Shades of Aqua #1DFFF0
Tints of Aqua #1DFFF0
RGB
CMYK
RGB Variations
Color information
#1DFFF0 (or 0x1DFFF0) is known color: Aqua. HEX triplet: 1D, FF and F0. RGB value is (29,255,240). Sum of RGB (Red+Green+Blue) = 29+255+240=524 (69% of max value = 765). Red value is 29 (11.72% from 255 or 5.53% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DFFF0 is #E2000F. Grayscale: #B9B9B9. Windows color (decimal): -14811152 or 15793949. OLE color: 15793949.
HSL color Cylindrical-coordinate representation of color #1DFFF0: hue angle of 176.02º 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 #1DFFF0 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 240 | - |
| CMYK | 0.89 | 0 | 0.06 | 0 |
| HSL | 176.02º | 1% | 0.56% | - |
| HSV(B) | 176.02º | 0.89% | 1% | - |
| XYZ | 51.99 | 78.07 | 94.77 | - |
| YUV | 185.72 | 158.63 | 16.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 240 | 0.89 | 0 | 0.06 | 0 | 176.02 | 1 | 0.56 |
| Hex | 1D | FF | F0 | 59 | 0 | 6 | 0 | B0 | 64 | 38 |
| Octal | 35 | 377 | 360 | 131 | 0 | 6 | 0 | 260 | 144 | 70 |
| Binary | 11101 | 11111111 | 11110000 | 1011001 | 0 | 110 | 0 | 10110000 | 1100100 | 111000 |
Color Harmonies of #1DFFF0
Complementary color
Monochromatic Colors of #1DFFF0
Black with #1DFFF0
Text Example
Text Example
White with #1DFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFFF0; }
p { color: rgb(29,255,240); }
H1.HeaderClassName
{
color: #1DFFF0;
}
.AnyTagClassName
{
color: #1DFFF0;
}
</style>
background-color css
<style>
a { background-color: #1DFFF0; }
a { background-color: rgb(29,255,240); }
div.DivClassName
{
background-color: #1DFFF0;
}
.BgClassName
{
background-color: #1DFFF0;
}
</style>
border-color css
<style>
span { border-color: #1DFFF0; }
span { border-color: rgb(29,255,240); }
td.TdClassName
{
border-color: #1DFFF0;
}
.TagClassName
{
border-color: #1DFFF0;
}
</style>