#00D3D3
A medium, vivid cyan closely aligning with Darkturquoise.
About #00D3D3
At its core, #00D3D3 is a medium and vivid hue. Its closest recognized web color is Darkturquoise. This translates to an RGB value of rgb(0, 211, 211).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#00D3D3
RGB0, 211, 211
HSL180.0°, 100.0%, 41.4%
CMYK100%, 0%, 0%, 17%
HSV180.0°, 100.0%, 82.7%
LAB76.9, -41.7, -12.3
XYZ35.1, 51.3, 69.7
Decimal54227
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.26:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00D3D3;
}
.text-color {
color: #00D3D3;
}
.border-color {
border: 2px solid #00D3D3;
}