#33DBB6
A medium, moderate cyan closely aligning with Turquoise.
About #33DBB6
Visually, #33DBB6 is defined as a moderate cyan. Designers often compare it to the standard color Turquoise. In the RGB color space, it consists of 51 red, 219 green, and 182 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 77% C, 0% M, 17% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33DBB6
RGB51, 219, 182
HSL166.8°, 70.0%, 52.9%
CMYK77%, 0%, 17%, 14%
HSV166.8°, 76.7%, 85.9%
LAB78.9, -50.2, 6.3
XYZ35.1, 54.7, 53.0
Decimal3398582
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.95:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33DBB6;
}
.text-color {
color: #33DBB6;
}
.border-color {
border: 2px solid #33DBB6;
}