Shades of Pale Turquoise #ADF3E8
Tints of Pale Turquoise #ADF3E8
RGB
CMYK
RGB Variations
Color information
#ADF3E8 (or 0xADF3E8) is known color: Pale Turquoise. HEX triplet: AD, F3 and E8. RGB value is (173,243,232). Sum of RGB (Red+Green+Blue) = 173+243+232=648 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.70% from 648); Green value is 243 (95.31% from 255 or 37.5% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF3E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF3E8 is #520C17. Grayscale: #DCDCDC. Windows color (decimal): -5377048 or 15266733. OLE color: 15266733.
HSL color Cylindrical-coordinate representation of color #ADF3E8: hue angle of 170.57º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF3E8 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 232 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.05 |
| HSL | 170.57º | 0.74% | 0.82% | - |
| HSV(B) | 170.57º | 0.29% | 0.95% | - |
| XYZ | 63.85 | 78.81 | 88.19 | - |
| YUV | 220.82 | 134.31 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 232 | 0.29 | 0 | 0.05 | 0.05 | 170.57 | 0.74 | 0.82 |
| Hex | AD | F3 | E8 | 1D | 0 | 5 | 5 | AB | 4A | 52 |
| Octal | 255 | 363 | 350 | 35 | 0 | 5 | 5 | 253 | 112 | 122 |
| Binary | 10101101 | 11110011 | 11101000 | 11101 | 0 | 101 | 101 | 10101011 | 1001010 | 1010010 |
Color Harmonies of #ADF3E8
Complementary color
Monochromatic Colors of #ADF3E8
Black with #ADF3E8
Text Example
Text Example
White with #ADF3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF3E8; }
p { color: rgb(173,243,232); }
H1.HeaderClassName
{
color: #ADF3E8;
}
.AnyTagClassName
{
color: #ADF3E8;
}
</style>
background-color css
<style>
a { background-color: #ADF3E8; }
a { background-color: rgb(173,243,232); }
div.DivClassName
{
background-color: #ADF3E8;
}
.BgClassName
{
background-color: #ADF3E8;
}
</style>
border-color css
<style>
span { border-color: #ADF3E8; }
span { border-color: rgb(173,243,232); }
td.TdClassName
{
border-color: #ADF3E8;
}
.TagClassName
{
border-color: #ADF3E8;
}
</style>