#49E2F8
A light, vivid cyan closely aligning with Darkturquoise.
About #49E2F8
Visually, #49E2F8 is defined as a vivid cyan. Designers often compare it to the standard color Darkturquoise. This translates to an RGB value of rgb(73, 226, 248).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 71% Cyan, 9% Magenta, 0% 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 light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49E2F8
RGB73, 226, 248
HSL187.5°, 92.6%, 62.9%
CMYK71%, 9%, 0%, 3%
HSV187.5°, 70.6%, 97.3%
LAB83.2, -32.6, -22.3
XYZ46.9, 62.6, 98.4
Decimal4842232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.52:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49E2F8;
}
.text-color {
color: #49E2F8;
}
.border-color {
border: 2px solid #49E2F8;
}