#00D3CC
A medium, vivid cyan closely aligning with Darkturquoise.
About #00D3CC
At its core, #00D3CC is a medium and vivid hue. It is closely associated with the named CSS color Darkturquoise. This translates to an RGB value of rgb(0, 211, 204).
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 0% Magenta, 3% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00D3CC
RGB0, 211, 204
HSL178.0°, 100.0%, 41.4%
CMYK100%, 0%, 3%, 17%
HSV178.0°, 100.0%, 82.7%
LAB76.6, -43.7, -8.8
XYZ34.2, 50.9, 65.2
Decimal54220
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.19:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00D3CC;
}
.text-color {
color: #00D3CC;
}
.border-color {
border: 2px solid #00D3CC;
}