Shades of Pale Turquoise #ADF4EC
Tints of Pale Turquoise #ADF4EC
RGB
CMYK
RGB Variations
Color information
#ADF4EC (or 0xADF4EC) is known color: Pale Turquoise. HEX triplet: AD, F4 and EC. RGB value is (173,244,236). Sum of RGB (Red+Green+Blue) = 173+244+236=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 244 (95.70% from 255 or 37.37% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF4EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF4EC is #520B13. Grayscale: #DDDDDD. Windows color (decimal): -5376788 or 15529133. OLE color: 15529133.
HSL color Cylindrical-coordinate representation of color #ADF4EC: hue angle of 173.24º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF4EC is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 236 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.04 |
| HSL | 173.24º | 0.76% | 0.82% | - |
| HSV(B) | 173.24º | 0.29% | 0.96% | - |
| XYZ | 64.72 | 79.64 | 91.32 | - |
| YUV | 221.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 236 | 0.29 | 0 | 0.03 | 0.04 | 173.24 | 0.76 | 0.82 |
| Hex | AD | F4 | EC | 1D | 0 | 3 | 4 | AD | 4C | 52 |
| Octal | 255 | 364 | 354 | 35 | 0 | 3 | 4 | 255 | 114 | 122 |
| Binary | 10101101 | 11110100 | 11101100 | 11101 | 0 | 11 | 100 | 10101101 | 1001100 | 1010010 |
Color Harmonies of #ADF4EC
Complementary color
Monochromatic Colors of #ADF4EC
Black with #ADF4EC
Text Example
Text Example
White with #ADF4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF4EC; }
p { color: rgb(173,244,236); }
H1.HeaderClassName
{
color: #ADF4EC;
}
.AnyTagClassName
{
color: #ADF4EC;
}
</style>
background-color css
<style>
a { background-color: #ADF4EC; }
a { background-color: rgb(173,244,236); }
div.DivClassName
{
background-color: #ADF4EC;
}
.BgClassName
{
background-color: #ADF4EC;
}
</style>
border-color css
<style>
span { border-color: #ADF4EC; }
span { border-color: rgb(173,244,236); }
td.TdClassName
{
border-color: #ADF4EC;
}
.TagClassName
{
border-color: #ADF4EC;
}
</style>