Shades of Pale Turquoise #ADF0F7
Tints of Pale Turquoise #ADF0F7
RGB
CMYK
RGB Variations
Color information
#ADF0F7 (or 0xADF0F7) is known color: Pale Turquoise. HEX triplet: AD, F0 and F7. RGB value is (173,240,247). Sum of RGB (Red+Green+Blue) = 173+240+247=660 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.21% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADF0F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF0F7 is #520F08. Grayscale: #DCDCDC. Windows color (decimal): -5377801 or 16249005. OLE color: 16249005.
HSL color Cylindrical-coordinate representation of color #ADF0F7: hue angle of 185.68º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF0F7 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 240 | 247 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.03 |
| HSL | 185.68º | 0.82% | 0.82% | - |
| HSV(B) | 185.68º | 0.3% | 0.97% | - |
| XYZ | 65.18 | 77.92 | 99.6 | - |
| YUV | 220.77 | 142.8 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 247 | 0.30 | 0.03 | 0 | 0.03 | 185.68 | 0.82 | 0.82 |
| Hex | AD | F0 | F7 | 1E | 3 | 0 | 3 | BA | 52 | 52 |
| Octal | 255 | 360 | 367 | 36 | 3 | 0 | 3 | 272 | 122 | 122 |
| Binary | 10101101 | 11110000 | 11110111 | 11110 | 11 | 0 | 11 | 10111010 | 1010010 | 1010010 |
Color Harmonies of #ADF0F7
Complementary color
Monochromatic Colors of #ADF0F7
Black with #ADF0F7
Text Example
Text Example
White with #ADF0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0F7; }
p { color: rgb(173,240,247); }
H1.HeaderClassName
{
color: #ADF0F7;
}
.AnyTagClassName
{
color: #ADF0F7;
}
</style>
background-color css
<style>
a { background-color: #ADF0F7; }
a { background-color: rgb(173,240,247); }
div.DivClassName
{
background-color: #ADF0F7;
}
.BgClassName
{
background-color: #ADF0F7;
}
</style>
border-color css
<style>
span { border-color: #ADF0F7; }
span { border-color: rgb(173,240,247); }
td.TdClassName
{
border-color: #ADF0F7;
}
.TagClassName
{
border-color: #ADF0F7;
}
</style>