Shades of Pale Turquoise #ADF6FF
Tints of Pale Turquoise #ADF6FF
RGB
CMYK
RGB Variations
Color information
#ADF6FF (or 0xADF6FF) is known color: Pale Turquoise. HEX triplet: AD, F6 and FF. RGB value is (173,246,255). Sum of RGB (Red+Green+Blue) = 173+246+255=674 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.67% from 674); Green value is 246 (96.48% from 255 or 36.50% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADF6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF6FF is #520900. Grayscale: #E1E1E1. Windows color (decimal): -5376257 or 16774829. OLE color: 16774829.
HSL color Cylindrical-coordinate representation of color #ADF6FF: hue angle of 186.59º 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 #ADF6FF is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 246 | 255 | - |
| CMYK | 0.32 | 0.04 | 0 | 0 |
| HSL | 186.59º | 1% | 0.84% | - |
| HSV(B) | 186.59º | 0.32% | 1% | - |
| XYZ | 68.24 | 82.02 | 106.84 | - |
| YUV | 225.2 | 144.82 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 255 | 0.32 | 0.04 | 0 | 0 | 186.59 | 1 | 0.84 |
| Hex | AD | F6 | FF | 20 | 4 | 0 | 0 | BB | 64 | 54 |
| Octal | 255 | 366 | 377 | 40 | 4 | 0 | 0 | 273 | 144 | 124 |
| Binary | 10101101 | 11110110 | 11111111 | 100000 | 100 | 0 | 0 | 10111011 | 1100100 | 1010100 |
Color Harmonies of #ADF6FF
Complementary color
Monochromatic Colors of #ADF6FF
Black with #ADF6FF
Text Example
Text Example
White with #ADF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF6FF; }
p { color: rgb(173,246,255); }
H1.HeaderClassName
{
color: #ADF6FF;
}
.AnyTagClassName
{
color: #ADF6FF;
}
</style>
background-color css
<style>
a { background-color: #ADF6FF; }
a { background-color: rgb(173,246,255); }
div.DivClassName
{
background-color: #ADF6FF;
}
.BgClassName
{
background-color: #ADF6FF;
}
</style>
border-color css
<style>
span { border-color: #ADF6FF; }
span { border-color: rgb(173,246,255); }
td.TdClassName
{
border-color: #ADF6FF;
}
.TagClassName
{
border-color: #ADF6FF;
}
</style>