Shades of Pale Turquoise #ADF7FF
Tints of Pale Turquoise #ADF7FF
RGB
CMYK
RGB Variations
Color information
#ADF7FF (or 0xADF7FF) is known color: Pale Turquoise. HEX triplet: AD, F7 and FF. RGB value is (173,247,255). Sum of RGB (Red+Green+Blue) = 173+247+255=675 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.63% from 675); Green value is 247 (96.88% from 255 or 36.59% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADF7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF7FF is #520800. Grayscale: #E1E1E1. Windows color (decimal): -5376001 or 16775085. OLE color: 16775085.
HSL color Cylindrical-coordinate representation of color #ADF7FF: hue angle of 185.85º 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 #ADF7FF is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 247 | 255 | - |
| CMYK | 0.32 | 0.03 | 0 | 0 |
| HSL | 185.85º | 1% | 0.84% | - |
| HSV(B) | 185.85º | 0.32% | 1% | - |
| XYZ | 68.54 | 82.63 | 106.94 | - |
| YUV | 225.79 | 144.48 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 255 | 0.32 | 0.03 | 0 | 0 | 185.85 | 1 | 0.84 |
| Hex | AD | F7 | FF | 20 | 3 | 0 | 0 | BA | 64 | 54 |
| Octal | 255 | 367 | 377 | 40 | 3 | 0 | 0 | 272 | 144 | 124 |
| Binary | 10101101 | 11110111 | 11111111 | 100000 | 11 | 0 | 0 | 10111010 | 1100100 | 1010100 |
Color Harmonies of #ADF7FF
Complementary color
Monochromatic Colors of #ADF7FF
Black with #ADF7FF
Text Example
Text Example
White with #ADF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF7FF; }
p { color: rgb(173,247,255); }
H1.HeaderClassName
{
color: #ADF7FF;
}
.AnyTagClassName
{
color: #ADF7FF;
}
</style>
background-color css
<style>
a { background-color: #ADF7FF; }
a { background-color: rgb(173,247,255); }
div.DivClassName
{
background-color: #ADF7FF;
}
.BgClassName
{
background-color: #ADF7FF;
}
</style>
border-color css
<style>
span { border-color: #ADF7FF; }
span { border-color: rgb(173,247,255); }
td.TdClassName
{
border-color: #ADF7FF;
}
.TagClassName
{
border-color: #ADF7FF;
}
</style>