#07DBD3
A medium, vivid cyan closely aligning with Turquoise.
About #07DBD3
The precise color #07DBD3 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Turquoise. Its digital footprint relies on 7 parts red, 219 parts green, and 211 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 97% C, 0% M, 4% Y, and 14% K. The HSL representation is 177.7° hue, 93.8% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07DBD3
RGB7, 219, 211
HSL177.7°, 93.8%, 44.3%
CMYK97%, 0%, 4%, 14%
HSV177.7°, 96.8%, 85.9%
LAB79.3, -45.0, -8.6
XYZ37.2, 55.4, 70.4
Decimal515027
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.08:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07DBD3;
}
.text-color {
color: #07DBD3;
}
.border-color {
border: 2px solid #07DBD3;
}