#33F8E2
A medium, vivid cyan closely aligning with Turquoise.
About #33F8E2
When working with digital screens, the color #33F8E2 is rendered by mixing light. Its closest recognized web color is Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 248, and 226.
Translating this color to physical media requires the CMYK color model. The color uses 79% Cyan, 0% Magenta, 9% Yellow, and 3% Black. The HSL representation is 173.3° hue, 93.4% saturation, and 58.6% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33F8E2
RGB51, 248, 226
HSL173.3°, 93.4%, 58.6%
CMYK79%, 0%, 9%, 3%
HSV173.3°, 79.4%, 97.3%
LAB88.6, -50.9, -2.7
XYZ48.7, 73.3, 83.5
Decimal3406050
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.67:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33F8E2;
}
.text-color {
color: #33F8E2;
}
.border-color {
border: 2px solid #33F8E2;
}