#49FFE2
A light, vivid cyan closely aligning with Aquamarine.
About #49FFE2
The hex code #49FFE2 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 73, 255, and 226.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 71% Cyan, 0% Magenta, 11% Yellow, and 0% Black. The HSL representation is 170.4° hue, 100.0% saturation, and 64.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49FFE2
RGB73, 255, 226
HSL170.4°, 100.0%, 64.3%
CMYK71%, 0%, 11%, 0%
HSV170.4°, 71.4%, 100.0%
LAB91.0, -51.5, 0.8
XYZ52.2, 78.4, 84.3
Decimal4849634
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.69:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49FFE2;
}
.text-color {
color: #49FFE2;
}
.border-color {
border: 2px solid #49FFE2;
}