#50FFF0
A light, vivid cyan closely aligning with Aqua.
About #50FFF0
Visually, #50FFF0 is defined as a vivid cyan. Its closest recognized web color is Aqua. Its digital footprint relies on 80 parts red, 255 parts green, and 240 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 69% C, 0% M, 6% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50FFF0
RGB80, 255, 240
HSL174.9°, 100.0%, 65.7%
CMYK69%, 0%, 6%, 0%
HSV174.9°, 68.6%, 100.0%
LAB91.5, -47.1, -5.8
XYZ54.8, 79.5, 94.9
Decimal5308400
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.90:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50FFF0;
}
.text-color {
color: #50FFF0;
}
.border-color {
border: 2px solid #50FFF0;
}