#33E9D3
A medium, vivid cyan closely aligning with Turquoise.
About #33E9D3
At its core, #33E9D3 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Turquoise. Its digital footprint relies on 51 parts red, 233 parts green, and 211 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 78% cyan and 0% magenta inks. With a hue angle of 172.7 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#33E9D3
RGB51, 233, 211
HSL172.7°, 80.5%, 55.7%
CMYK78%, 0%, 9%, 9%
HSV172.7°, 78.1%, 91.4%
LAB83.8, -48.6, -1.9
XYZ42.3, 63.7, 71.7
Decimal3402195
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.74:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33E9D3;
}
.text-color {
color: #33E9D3;
}
.border-color {
border: 2px solid #33E9D3;
}