Shades of Pale Turquoise #ADF0E8
Tints of Pale Turquoise #ADF0E8
RGB
CMYK
RGB Variations
Color information
#ADF0E8 (or 0xADF0E8) is known color: Pale Turquoise. HEX triplet: AD, F0 and E8. RGB value is (173,240,232). Sum of RGB (Red+Green+Blue) = 173+240+232=645 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.82% from 645); Green value is 240 (94.14% from 255 or 37.21% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF0E8 is #520F17. Grayscale: #DBDBDB. Windows color (decimal): -5377816 or 15265965. OLE color: 15265965.
HSL color Cylindrical-coordinate representation of color #ADF0E8: hue angle of 172.84º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF0E8 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 232 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.06 |
| HSL | 172.84º | 0.69% | 0.81% | - |
| HSV(B) | 172.84º | 0.28% | 0.94% | - |
| XYZ | 62.96 | 77.03 | 87.89 | - |
| YUV | 219.06 | 135.3 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 232 | 0.28 | 0 | 0.03 | 0.06 | 172.84 | 0.69 | 0.81 |
| Hex | AD | F0 | E8 | 1C | 0 | 3 | 6 | AD | 45 | 51 |
| Octal | 255 | 360 | 350 | 34 | 0 | 3 | 6 | 255 | 105 | 121 |
| Binary | 10101101 | 11110000 | 11101000 | 11100 | 0 | 11 | 110 | 10101101 | 1000101 | 1010001 |
Color Harmonies of #ADF0E8
Complementary color
Monochromatic Colors of #ADF0E8
Black with #ADF0E8
Text Example
Text Example
White with #ADF0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0E8; }
p { color: rgb(173,240,232); }
H1.HeaderClassName
{
color: #ADF0E8;
}
.AnyTagClassName
{
color: #ADF0E8;
}
</style>
background-color css
<style>
a { background-color: #ADF0E8; }
a { background-color: rgb(173,240,232); }
div.DivClassName
{
background-color: #ADF0E8;
}
.BgClassName
{
background-color: #ADF0E8;
}
</style>
border-color css
<style>
span { border-color: #ADF0E8; }
span { border-color: rgb(173,240,232); }
td.TdClassName
{
border-color: #ADF0E8;
}
.TagClassName
{
border-color: #ADF0E8;
}
</style>