Shades of Pale Turquoise #ADEFFF
Tints of Pale Turquoise #ADEFFF
RGB
CMYK
RGB Variations
Color information
#ADEFFF (or 0xADEFFF) is known color: Pale Turquoise. HEX triplet: AD, EF and FF. RGB value is (173,239,255). Sum of RGB (Red+Green+Blue) = 173+239+255=667 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.94% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADEFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEFFF is #521000. Grayscale: #DCDCDC. Windows color (decimal): -5378049 or 16773037. OLE color: 16773037.
HSL color Cylindrical-coordinate representation of color #ADEFFF: hue angle of 191.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADEFFF is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 239 | 255 | - |
| CMYK | 0.32 | 0.06 | 0 | 0 |
| HSL | 191.71º | 1% | 0.84% | - |
| HSV(B) | 191.71º | 0.32% | 1% | - |
| XYZ | 66.15 | 77.84 | 106.15 | - |
| YUV | 221.09 | 147.13 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 255 | 0.32 | 0.06 | 0 | 0 | 191.71 | 1 | 0.84 |
| Hex | AD | EF | FF | 20 | 6 | 0 | 0 | C0 | 64 | 54 |
| Octal | 255 | 357 | 377 | 40 | 6 | 0 | 0 | 300 | 144 | 124 |
| Binary | 10101101 | 11101111 | 11111111 | 100000 | 110 | 0 | 0 | 11000000 | 1100100 | 1010100 |
Color Harmonies of #ADEFFF
Complementary color
Monochromatic Colors of #ADEFFF
Black with #ADEFFF
Text Example
Text Example
White with #ADEFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFFF; }
p { color: rgb(173,239,255); }
H1.HeaderClassName
{
color: #ADEFFF;
}
.AnyTagClassName
{
color: #ADEFFF;
}
</style>
background-color css
<style>
a { background-color: #ADEFFF; }
a { background-color: rgb(173,239,255); }
div.DivClassName
{
background-color: #ADEFFF;
}
.BgClassName
{
background-color: #ADEFFF;
}
</style>
border-color css
<style>
span { border-color: #ADEFFF; }
span { border-color: rgb(173,239,255); }
td.TdClassName
{
border-color: #ADEFFF;
}
.TagClassName
{
border-color: #ADEFFF;
}
</style>