#33DBCC
A medium, moderate cyan closely aligning with Turquoise.
About #33DBCC
The hex code #33DBCC represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 219, and 204.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 77% C, 0% M, 7% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#33DBCC
RGB51, 219, 204
HSL174.6°, 70.0%, 52.9%
CMYK77%, 0%, 7%, 14%
HSV174.6°, 76.7%, 85.9%
LAB79.5, -44.4, -4.6
XYZ37.6, 55.7, 65.9
Decimal3398604
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.15:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33DBCC;
}
.text-color {
color: #33DBCC;
}
.border-color {
border: 2px solid #33DBCC;
}