#00C5C5
A dark, vivid cyan closely aligning with Darkturquoise.
About #00C5C5
At its core, #00C5C5 is a dark and vivid hue. It is closely associated with the named CSS color Darkturquoise. In the RGB color space, it consists of 0 red, 197 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 0% magenta, 0% yellow, and 23% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00C5C5
RGB0, 197, 197
HSL180.0°, 100.0%, 38.6%
CMYK100%, 0%, 0%, 23%
HSV180.0°, 100.0%, 77.3%
LAB72.2, -39.6, -11.6
XYZ30.0, 44.0, 59.7
Decimal50629
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.79:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00C5C5;
}
.text-color {
color: #00C5C5;
}
.border-color {
border: 2px solid #00C5C5;
}