#33E9CC
A medium, vivid cyan closely aligning with Turquoise.
About #33E9CC
The hex code #33E9CC represents a beautifully specific shade of cyan. 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 51, 233, and 204.
For print applications, it's crucial to understand its CMYK makeup. The color uses 78% Cyan, 0% Magenta, 12% Yellow, and 9% Black. The HSL representation is 170.4° hue, 80.5% saturation, and 55.7% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#33E9CC
RGB51, 233, 204
HSL170.4°, 80.5%, 55.7%
CMYK78%, 0%, 12%, 9%
HSV170.4°, 78.1%, 91.4%
LAB83.6, -50.4, 1.5
XYZ41.4, 63.3, 67.2
Decimal3402188
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.67:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33E9CC;
}
.text-color {
color: #33E9CC;
}
.border-color {
border: 2px solid #33E9CC;
}