#33F0D3
A medium, vivid cyan closely aligning with Turquoise.
About #33F0D3
Visually, #33F0D3 is defined as a vivid cyan. It is closely associated with the named CSS color Turquoise. Its digital footprint relies on 51 parts red, 240 parts green, and 211 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 79% C, 0% M, 12% Y, and 6% K. With a hue angle of 170.8 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#33F0D3
RGB51, 240, 211
HSL170.8°, 86.3%, 57.1%
CMYK79%, 0%, 12%, 6%
HSV170.8°, 78.8%, 94.1%
LAB85.9, -51.5, 1.1
XYZ44.3, 67.7, 72.4
Decimal3403987
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.55:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33F0D3;
}
.text-color {
color: #33F0D3;
}
.border-color {
border: 2px solid #33F0D3;
}