#00D3AF
A medium, vivid cyan closely aligning with Turquoise.
About #00D3AF
At its core, #00D3AF is a medium and vivid hue. It is closely associated with the named CSS color Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 211, and 175.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 0% M, 17% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#00D3AF
RGB0, 211, 175
HSL169.8°, 100.0%, 41.4%
CMYK100%, 0%, 17%, 17%
HSV169.8°, 100.0%, 82.7%
LAB75.9, -51.7, 5.7
XYZ31.0, 49.7, 48.5
Decimal54191
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.94:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00D3AF;
}
.text-color {
color: #00D3AF;
}
.border-color {
border: 2px solid #00D3AF;
}