#00DBE9
A medium, vivid cyan closely aligning with Darkturquoise.
About #00DBE9
The hex code #00DBE9 represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Darkturquoise. This translates to an RGB value of rgb(0, 219, 233).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 6% M, 0% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00DBE9
RGB0, 219, 233
HSL183.6°, 100.0%, 45.7%
CMYK100%, 6%, 0%, 9%
HSV183.6°, 100.0%, 91.4%
LAB79.9, -38.6, -19.4
XYZ40.0, 56.5, 85.9
Decimal56297
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.31:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00DBE9;
}
.text-color {
color: #00DBE9;
}
.border-color {
border: 2px solid #00DBE9;
}