Shades of Pale Turquoise #ADF4E8
Tints of Pale Turquoise #ADF4E8
RGB
CMYK
RGB Variations
Color information
#ADF4E8 (or 0xADF4E8) is known color: Pale Turquoise. HEX triplet: AD, F4 and E8. RGB value is (173,244,232). Sum of RGB (Red+Green+Blue) = 173+244+232=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 244 (95.70% from 255 or 37.60% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF4E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF4E8 is #520B17. Grayscale: #DDDDDD. Windows color (decimal): -5376792 or 15266989. OLE color: 15266989.
HSL color Cylindrical-coordinate representation of color #ADF4E8: hue angle of 169.86º 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 #ADF4E8 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 232 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.04 |
| HSL | 169.86º | 0.76% | 0.82% | - |
| HSV(B) | 169.86º | 0.29% | 0.96% | - |
| XYZ | 64.15 | 79.41 | 88.29 | - |
| YUV | 221.4 | 133.98 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 232 | 0.29 | 0 | 0.05 | 0.04 | 169.86 | 0.76 | 0.82 |
| Hex | AD | F4 | E8 | 1D | 0 | 5 | 4 | AA | 4C | 52 |
| Octal | 255 | 364 | 350 | 35 | 0 | 5 | 4 | 252 | 114 | 122 |
| Binary | 10101101 | 11110100 | 11101000 | 11101 | 0 | 101 | 100 | 10101010 | 1001100 | 1010010 |
Color Harmonies of #ADF4E8
Complementary color
Monochromatic Colors of #ADF4E8
Black with #ADF4E8
Text Example
Text Example
White with #ADF4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF4E8; }
p { color: rgb(173,244,232); }
H1.HeaderClassName
{
color: #ADF4E8;
}
.AnyTagClassName
{
color: #ADF4E8;
}
</style>
background-color css
<style>
a { background-color: #ADF4E8; }
a { background-color: rgb(173,244,232); }
div.DivClassName
{
background-color: #ADF4E8;
}
.BgClassName
{
background-color: #ADF4E8;
}
</style>
border-color css
<style>
span { border-color: #ADF4E8; }
span { border-color: rgb(173,244,232); }
td.TdClassName
{
border-color: #ADF4E8;
}
.TagClassName
{
border-color: #ADF4E8;
}
</style>