Shades of Pale Turquoise #ADF2EC
Tints of Pale Turquoise #ADF2EC
RGB
CMYK
RGB Variations
Color information
#ADF2EC (or 0xADF2EC) is known color: Pale Turquoise. HEX triplet: AD, F2 and EC. RGB value is (173,242,236). Sum of RGB (Red+Green+Blue) = 173+242+236=651 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.57% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF2EC is #520D13. Grayscale: #DCDCDC. Windows color (decimal): -5377300 or 15528621. OLE color: 15528621.
HSL color Cylindrical-coordinate representation of color #ADF2EC: hue angle of 174.78º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2EC is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 236 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.05 |
| HSL | 174.78º | 0.73% | 0.81% | - |
| HSV(B) | 174.78º | 0.29% | 0.95% | - |
| XYZ | 64.13 | 78.44 | 91.12 | - |
| YUV | 220.69 | 136.64 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 236 | 0.29 | 0 | 0.02 | 0.05 | 174.78 | 0.73 | 0.81 |
| Hex | AD | F2 | EC | 1D | 0 | 2 | 5 | AF | 49 | 51 |
| Octal | 255 | 362 | 354 | 35 | 0 | 2 | 5 | 257 | 111 | 121 |
| Binary | 10101101 | 11110010 | 11101100 | 11101 | 0 | 10 | 101 | 10101111 | 1001001 | 1010001 |
Color Harmonies of #ADF2EC
Complementary color
Monochromatic Colors of #ADF2EC
Black with #ADF2EC
Text Example
Text Example
White with #ADF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF2EC; }
p { color: rgb(173,242,236); }
H1.HeaderClassName
{
color: #ADF2EC;
}
.AnyTagClassName
{
color: #ADF2EC;
}
</style>
background-color css
<style>
a { background-color: #ADF2EC; }
a { background-color: rgb(173,242,236); }
div.DivClassName
{
background-color: #ADF2EC;
}
.BgClassName
{
background-color: #ADF2EC;
}
</style>
border-color css
<style>
span { border-color: #ADF2EC; }
span { border-color: rgb(173,242,236); }
td.TdClassName
{
border-color: #ADF2EC;
}
.TagClassName
{
border-color: #ADF2EC;
}
</style>