#33F0E2
A medium, vivid cyan closely aligning with Turquoise.
About #33F0E2
Visually, #33F0E2 is defined as a vivid cyan. Its closest recognized web color is Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 240, and 226.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 79% cyan, 0% magenta, 6% yellow, and 6% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33F0E2
RGB51, 240, 226
HSL175.6°, 86.3%, 57.1%
CMYK79%, 0%, 6%, 6%
HSV175.6°, 78.8%, 94.1%
LAB86.3, -47.5, -6.2
XYZ46.3, 68.5, 82.7
Decimal3404002
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.70:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33F0E2;
}
.text-color {
color: #33F0E2;
}
.border-color {
border: 2px solid #33F0E2;
}