#49FFDB
A light, vivid cyan closely aligning with Aquamarine.
About #49FFDB
When working with digital screens, the color #49FFDB is rendered by mixing light. If you're using CSS, you might find it aligns closely with Aquamarine. In the RGB color space, it consists of 73 red, 255 green, and 219 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 71% C, 0% M, 14% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#49FFDB
RGB73, 255, 219
HSL168.1°, 100.0%, 64.3%
CMYK71%, 0%, 14%, 0%
HSV168.1°, 71.4%, 100.0%
LAB90.8, -53.3, 4.1
XYZ51.3, 78.1, 79.4
Decimal4849627
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.61:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49FFDB;
}
.text-color {
color: #49FFDB;
}
.border-color {
border: 2px solid #49FFDB;
}