#33F8D3
A medium, vivid cyan closely aligning with Aquamarine.
About #33F8D3
The hex code #33F8D3 represents a beautifully specific shade of cyan. Its closest recognized web color is Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 248, and 211.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 79% Cyan, 0% Magenta, 15% Yellow, and 3% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#33F8D3
RGB51, 248, 211
HSL168.7°, 93.4%, 58.6%
CMYK79%, 0%, 15%, 3%
HSV168.7°, 79.4%, 97.3%
LAB88.2, -54.7, 4.5
XYZ46.7, 72.5, 73.2
Decimal3406035
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.51:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33F8D3;
}
.text-color {
color: #33F8D3;
}
.border-color {
border: 2px solid #33F8D3;
}