Shades of Aqua #1DFFFF
Tints of Aqua #1DFFFF
RGB
CMYK
RGB Variations
Color information
#1DFFFF (or 0x1DFFFF) is known color: Aqua. HEX triplet: 1D, FF and FF. RGB value is (29,255,255). Sum of RGB (Red+Green+Blue) = 29+255+255=539 (71% of max value = 765). Red value is 29 (11.72% from 255 or 5.38% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #1DFFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DFFFF is #E20000. Grayscale: #BBBBBB. Windows color (decimal): -14811137 or 16776989. OLE color: 16776989.
HSL color Cylindrical-coordinate representation of color #1DFFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFFFF is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 255 | - |
| CMYK | 0.89 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.56% | - |
| HSV(B) | 180º | 0.89% | 1% | - |
| XYZ | 54.32 | 79 | 106.99 | - |
| YUV | 187.43 | 166.13 | 15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 255 | 0.89 | 0 | 0 | 0 | 180 | 1 | 0.56 |
| Hex | 1D | FF | FF | 59 | 0 | 0 | 0 | B4 | 64 | 38 |
| Octal | 35 | 377 | 377 | 131 | 0 | 0 | 0 | 264 | 144 | 70 |
| Binary | 11101 | 11111111 | 11111111 | 1011001 | 0 | 0 | 0 | 10110100 | 1100100 | 111000 |
Color Harmonies of #1DFFFF
Complementary color
Monochromatic Colors of #1DFFFF
Black with #1DFFFF
Text Example
Text Example
White with #1DFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFFFF; }
p { color: rgb(29,255,255); }
H1.HeaderClassName
{
color: #1DFFFF;
}
.AnyTagClassName
{
color: #1DFFFF;
}
</style>
background-color css
<style>
a { background-color: #1DFFFF; }
a { background-color: rgb(29,255,255); }
div.DivClassName
{
background-color: #1DFFFF;
}
.BgClassName
{
background-color: #1DFFFF;
}
</style>
border-color css
<style>
span { border-color: #1DFFFF; }
span { border-color: rgb(29,255,255); }
td.TdClassName
{
border-color: #1DFFFF;
}
.TagClassName
{
border-color: #1DFFFF;
}
</style>