#00CCD3
A medium, vivid cyan closely aligning with Darkturquoise.
About #00CCD3
At its core, #00CCD3 is a medium and vivid hue. It is closely associated with the named CSS color Darkturquoise. In the RGB color space, it consists of 0 red, 204 green, and 211 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 100% C, 3% M, 0% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00CCD3
RGB0, 204, 211
HSL182.0°, 100.0%, 41.4%
CMYK100%, 3%, 0%, 17%
HSV182.0°, 100.0%, 82.7%
LAB74.8, -38.5, -15.4
XYZ33.4, 47.9, 69.1
Decimal52435
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.58:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00CCD3;
}
.text-color {
color: #00CCD3;
}
.border-color {
border: 2px solid #00CCD3;
}