#00DBCC
A medium, vivid cyan closely aligning with Turquoise.
About #00DBCC
Visually, #00DBCC is defined as a vivid cyan. Its closest recognized web color is Turquoise. Its digital footprint relies on 0 parts red, 219 parts green, and 204 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 0% M, 7% Y, and 14% K. The HSL representation is 175.9° hue, 100.0% saturation, and 42.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00DBCC
RGB0, 219, 204
HSL175.9°, 100.0%, 42.9%
CMYK100%, 0%, 7%, 14%
HSV175.9°, 100.0%, 85.9%
LAB79.1, -47.2, -5.2
XYZ36.2, 55.0, 65.8
Decimal56268
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
12.00:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00DBCC;
}
.text-color {
color: #00DBCC;
}
.border-color {
border: 2px solid #00DBCC;
}