Shades of Aqua #1DFFFD
Tints of Aqua #1DFFFD
RGB
CMYK
RGB Variations
Color information
#1DFFFD (or 0x1DFFFD) is known color: Aqua. HEX triplet: 1D, FF and FD. RGB value is (29,255,253). Sum of RGB (Red+Green+Blue) = 29+255+253=537 (71% of max value = 765). Red value is 29 (11.72% from 255 or 5.40% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DFFFD is #E20002. Grayscale: #BABABA. Windows color (decimal): -14811139 or 16645917. OLE color: 16645917.
HSL color Cylindrical-coordinate representation of color #1DFFFD: hue angle of 179.47º 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 #1DFFFD is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 253 | - |
| CMYK | 0.89 | 0 | 0.01 | 0 |
| HSL | 179.47º | 1% | 0.56% | - |
| HSV(B) | 179.47º | 0.89% | 1% | - |
| XYZ | 54 | 78.87 | 105.31 | - |
| YUV | 187.2 | 165.13 | 15.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 253 | 0.89 | 0 | 0.01 | 0 | 179.47 | 1 | 0.56 |
| Hex | 1D | FF | FD | 59 | 0 | 1 | 0 | B3 | 64 | 38 |
| Octal | 35 | 377 | 375 | 131 | 0 | 1 | 0 | 263 | 144 | 70 |
| Binary | 11101 | 11111111 | 11111101 | 1011001 | 0 | 1 | 0 | 10110011 | 1100100 | 111000 |
Color Harmonies of #1DFFFD
Complementary color
Monochromatic Colors of #1DFFFD
Black with #1DFFFD
Text Example
Text Example
White with #1DFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFFFD; }
p { color: rgb(29,255,253); }
H1.HeaderClassName
{
color: #1DFFFD;
}
.AnyTagClassName
{
color: #1DFFFD;
}
</style>
background-color css
<style>
a { background-color: #1DFFFD; }
a { background-color: rgb(29,255,253); }
div.DivClassName
{
background-color: #1DFFFD;
}
.BgClassName
{
background-color: #1DFFFD;
}
</style>
border-color css
<style>
span { border-color: #1DFFFD; }
span { border-color: rgb(29,255,253); }
td.TdClassName
{
border-color: #1DFFFD;
}
.TagClassName
{
border-color: #1DFFFD;
}
</style>