#33E2DB
A medium, vivid cyan closely aligning with Turquoise.
About #33E2DB
The hex code #33E2DB represents a beautifully specific shade of cyan. Its closest recognized web color is Turquoise. This translates to an RGB value of rgb(51, 226, 219).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 77% C, 0% M, 3% Y, and 11% K. The HSL representation is 177.6° hue, 75.1% saturation, and 54.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#33E2DB
RGB51, 226, 219
HSL177.6°, 75.1%, 54.3%
CMYK77%, 0%, 3%, 11%
HSV177.6°, 77.4%, 88.6%
LAB82.0, -43.4, -8.9
XYZ41.3, 60.2, 76.5
Decimal3400411
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.04:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33E2DB;
}
.text-color {
color: #33E2DB;
}
.border-color {
border: 2px solid #33E2DB;
}