Shades of Pale Turquoise #ADF0FF
Tints of Pale Turquoise #ADF0FF
RGB
CMYK
RGB Variations
Color information
#ADF0FF (or 0xADF0FF) is known color: Pale Turquoise. HEX triplet: AD, F0 and FF. RGB value is (173,240,255). Sum of RGB (Red+Green+Blue) = 173+240+255=668 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.90% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADF0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF0FF is #520F00. Grayscale: #DDDDDD. Windows color (decimal): -5377793 or 16773293. OLE color: 16773293.
HSL color Cylindrical-coordinate representation of color #ADF0FF: hue angle of 190.98º 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 #ADF0FF is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 240 | 255 | - |
| CMYK | 0.32 | 0.06 | 0 | 0 |
| HSL | 190.98º | 1% | 0.84% | - |
| HSV(B) | 190.98º | 0.32% | 1% | - |
| XYZ | 66.44 | 78.42 | 106.24 | - |
| YUV | 221.68 | 146.8 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 255 | 0.32 | 0.06 | 0 | 0 | 190.98 | 1 | 0.84 |
| Hex | AD | F0 | FF | 20 | 6 | 0 | 0 | BF | 64 | 54 |
| Octal | 255 | 360 | 377 | 40 | 6 | 0 | 0 | 277 | 144 | 124 |
| Binary | 10101101 | 11110000 | 11111111 | 100000 | 110 | 0 | 0 | 10111111 | 1100100 | 1010100 |
Color Harmonies of #ADF0FF
Complementary color
Monochromatic Colors of #ADF0FF
Black with #ADF0FF
Text Example
Text Example
White with #ADF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0FF; }
p { color: rgb(173,240,255); }
H1.HeaderClassName
{
color: #ADF0FF;
}
.AnyTagClassName
{
color: #ADF0FF;
}
</style>
background-color css
<style>
a { background-color: #ADF0FF; }
a { background-color: rgb(173,240,255); }
div.DivClassName
{
background-color: #ADF0FF;
}
.BgClassName
{
background-color: #ADF0FF;
}
</style>
border-color css
<style>
span { border-color: #ADF0FF; }
span { border-color: rgb(173,240,255); }
td.TdClassName
{
border-color: #ADF0FF;
}
.TagClassName
{
border-color: #ADF0FF;
}
</style>