#50F8E9
A light, vivid cyan closely aligning with Turquoise.
About #50F8E9
Visually, #50F8E9 is defined as a vivid cyan. Designers often compare it to the standard color Turquoise. Its digital footprint relies on 80 parts red, 248 parts green, and 233 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 68% cyan, 0% magenta, 6% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#50F8E9
RGB80, 248, 233
HSL174.6°, 92.3%, 64.3%
CMYK68%, 0%, 6%, 3%
HSV174.6°, 67.7%, 97.3%
LAB89.3, -45.9, -5.4
XYZ51.6, 74.7, 88.8
Decimal5306601
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.94:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F8E9;
}
.text-color {
color: #50F8E9;
}
.border-color {
border: 2px solid #50F8E9;
}