#1DFFFF
A medium, vivid cyan closely aligning with Aqua.
About #1DFFFF
When working with digital screens, the color #1DFFFF is rendered by mixing light. Designers often compare it to the standard color Aqua. This translates to an RGB value of rgb(29, 255, 255).
If you are designing for print, the four-color process is what matters most. The color uses 89% Cyan, 0% Magenta, 0% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DFFFF
RGB29, 255, 255
HSL180.0°, 100.0%, 55.7%
CMYK89%, 0%, 0%, 0%
HSV180.0°, 88.6%, 100.0%
LAB91.2, -47.3, -13.9
XYZ54.3, 79.0, 107.0
Decimal1966079
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.80:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DFFFF;
}
.text-color {
color: #1DFFFF;
}
.border-color {
border: 2px solid #1DFFFF;
}