Shades of Pale Turquoise #ADF5FF
Tints of Pale Turquoise #ADF5FF
RGB
CMYK
RGB Variations
Color information
#ADF5FF (or 0xADF5FF) is known color: Pale Turquoise. HEX triplet: AD, F5 and FF. RGB value is (173,245,255). Sum of RGB (Red+Green+Blue) = 173+245+255=673 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.71% from 673); Green value is 245 (96.09% from 255 or 36.40% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADF5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF5FF is #520A00. Grayscale: #E0E0E0. Windows color (decimal): -5376513 or 16774573. OLE color: 16774573.
HSL color Cylindrical-coordinate representation of color #ADF5FF: hue angle of 187.32º 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 #ADF5FF is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 245 | 255 | - |
| CMYK | 0.32 | 0.04 | 0 | 0 |
| HSL | 187.32º | 1% | 0.84% | - |
| HSV(B) | 187.32º | 0.32% | 1% | - |
| XYZ | 67.94 | 81.41 | 106.74 | - |
| YUV | 224.61 | 145.15 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 255 | 0.32 | 0.04 | 0 | 0 | 187.32 | 1 | 0.84 |
| Hex | AD | F5 | FF | 20 | 4 | 0 | 0 | BB | 64 | 54 |
| Octal | 255 | 365 | 377 | 40 | 4 | 0 | 0 | 273 | 144 | 124 |
| Binary | 10101101 | 11110101 | 11111111 | 100000 | 100 | 0 | 0 | 10111011 | 1100100 | 1010100 |
Color Harmonies of #ADF5FF
Complementary color
Monochromatic Colors of #ADF5FF
Black with #ADF5FF
Text Example
Text Example
White with #ADF5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF5FF; }
p { color: rgb(173,245,255); }
H1.HeaderClassName
{
color: #ADF5FF;
}
.AnyTagClassName
{
color: #ADF5FF;
}
</style>
background-color css
<style>
a { background-color: #ADF5FF; }
a { background-color: rgb(173,245,255); }
div.DivClassName
{
background-color: #ADF5FF;
}
.BgClassName
{
background-color: #ADF5FF;
}
</style>
border-color css
<style>
span { border-color: #ADF5FF; }
span { border-color: rgb(173,245,255); }
td.TdClassName
{
border-color: #ADF5FF;
}
.TagClassName
{
border-color: #ADF5FF;
}
</style>