#07DBB6
A medium, vivid cyan closely aligning with Turquoise.
About #07DBB6
Visually, #07DBB6 is defined as a vivid cyan. Its closest recognized web color is Turquoise. Its digital footprint relies on 7 parts red, 219 parts green, and 182 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 97% cyan and 0% magenta inks. With a hue angle of 169.5 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07DBB6
RGB7, 219, 182
HSL169.5°, 93.8%, 44.3%
CMYK97%, 0%, 17%, 14%
HSV169.5°, 96.8%, 85.9%
LAB78.5, -52.9, 5.7
XYZ33.9, 54.1, 52.9
Decimal514998
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.82:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07DBB6;
}
.text-color {
color: #07DBB6;
}
.border-color {
border: 2px solid #07DBB6;
}