Shades of Pale Turquoise #ADECE8
Tints of Pale Turquoise #ADECE8
RGB
CMYK
RGB Variations
Color information
#ADECE8 (or 0xADECE8) is known color: Pale Turquoise. HEX triplet: AD, EC and E8. RGB value is (173,236,232). Sum of RGB (Red+Green+Blue) = 173+236+232=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADECE8 is #521317. Grayscale: #D8D8D8. Windows color (decimal): -5378840 or 15264941. OLE color: 15264941.
HSL color Cylindrical-coordinate representation of color #ADECE8: hue angle of 176.19º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADECE8 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 236 | 232 | - |
CMYK | 0.27 | 0 | 0.02 | 0.07 |
HSL | 176.19º | 0.62% | 0.8% | - |
HSV(B) | 176.19º | 0.27% | 0.93% | - |
XYZ | 61.79 | 74.7 | 87.51 | - |
YUV | 216.71 | 136.63 | 96.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 236 | 232 | 0.27 | 0 | 0.02 | 0.07 | 176.19 | 0.62 | 0.8 |
Hex | AD | EC | E8 | 1B | 0 | 2 | 7 | B0 | 3E | 50 |
Octal | 255 | 354 | 350 | 33 | 0 | 2 | 7 | 260 | 76 | 120 |
Binary | 10101101 | 11101100 | 11101000 | 11011 | 0 | 10 | 111 | 10110000 | 111110 | 1010000 |
Color Harmonies of #ADECE8
Complementary color
Monochromatic Colors of #ADECE8
Black with #ADECE8
Text Example
Text Example
White with #ADECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECE8; }
p { color: rgb(173,236,232); }
H1.HeaderClassName
{
color: #ADECE8;
}
.AnyTagClassName
{
color: #ADECE8;
}
</style>
background-color css
<style>
a { background-color: #ADECE8; }
a { background-color: rgb(173,236,232); }
div.DivClassName
{
background-color: #ADECE8;
}
.BgClassName
{
background-color: #ADECE8;
}
</style>
border-color css
<style>
span { border-color: #ADECE8; }
span { border-color: rgb(173,236,232); }
td.TdClassName
{
border-color: #ADECE8;
}
.TagClassName
{
border-color: #ADECE8;
}
</style>