#33CCCC
A medium, moderate cyan closely aligning with Darkturquoise.
About #33CCCC
At its core, #33CCCC is a medium and moderate hue. Designers often compare it to the standard color Darkturquoise. This translates to an RGB value of rgb(51, 204, 204).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 75% cyan, 0% magenta, 0% yellow, and 20% black. 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#33CCCC
RGB51, 204, 204
HSL180.0°, 60.0%, 50.0%
CMYK75%, 0%, 0%, 20%
HSV180.0°, 75.0%, 80.0%
LAB75.0, -37.7, -11.2
XYZ33.9, 48.2, 64.7
Decimal3394764
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.65:1
Text on #000000
AAA
1.88:1
Text on #F8FAFC
FAIL
9.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33CCCC;
}
.text-color {
color: #33CCCC;
}
.border-color {
border: 2px solid #33CCCC;
}