#33E9DB
A medium, vivid cyan closely aligning with Turquoise.
About #33E9DB
The precise color #33E9DB is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Turquoise. This translates to an RGB value of rgb(51, 233, 219).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 78% cyan and 0% magenta inks. The HSL representation is 175.4° hue, 80.5% saturation, and 55.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33E9DB
RGB51, 233, 219
HSL175.4°, 80.5%, 55.7%
CMYK78%, 0%, 6%, 9%
HSV175.4°, 78.1%, 91.4%
LAB84.0, -46.4, -5.8
XYZ43.3, 64.1, 77.1
Decimal3402203
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.82:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33E9DB;
}
.text-color {
color: #33E9DB;
}
.border-color {
border: 2px solid #33E9DB;
}