#00DBE2
A medium, vivid cyan closely aligning with Darkturquoise.
About #00DBE2
When working with digital screens, the color #00DBE2 is rendered by mixing light. Its closest recognized web color is Darkturquoise. This translates to an RGB value of rgb(0, 219, 226).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 100% C, 3% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00DBE2
RGB0, 219, 226
HSL181.9°, 100.0%, 44.3%
CMYK100%, 3%, 0%, 11%
HSV181.9°, 100.0%, 88.6%
LAB79.7, -40.8, -16.0
XYZ39.1, 56.2, 80.7
Decimal56290
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.23:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00DBE2;
}
.text-color {
color: #00DBE2;
}
.border-color {
border: 2px solid #00DBE2;
}