#33CCD3
A medium, moderate cyan closely aligning with Darkturquoise.
About #33CCD3
At its core, #33CCD3 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 204, and 211.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 76% C, 3% M, 0% Y, and 17% K. The HSL representation is 182.6° hue, 64.5% saturation, and 51.4% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33CCD3
RGB51, 204, 211
HSL182.6°, 64.5%, 51.4%
CMYK76%, 3%, 0%, 17%
HSV182.6°, 75.8%, 82.7%
LAB75.2, -35.7, -14.7
XYZ34.7, 48.6, 69.2
Decimal3394771
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.96:1
Text on #FFFFFF
FAIL
10.72:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33CCD3;
}
.text-color {
color: #33CCD3;
}
.border-color {
border: 2px solid #33CCD3;
}