Shades of Pale Turquoise #ADE8EC
Tints of Pale Turquoise #ADE8EC
RGB
CMYK
RGB Variations
Color information
#ADE8EC (or 0xADE8EC) is known color: Pale Turquoise. HEX triplet: AD, E8 and EC. RGB value is (173,232,236). Sum of RGB (Red+Green+Blue) = 173+232+236=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADE8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE8EC is #521713. Grayscale: #D6D6D6. Windows color (decimal): -5379860 or 15526061. OLE color: 15526061.
HSL color Cylindrical-coordinate representation of color #ADE8EC: hue angle of 183.81º 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 #ADE8EC is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 232 | 236 | - |
CMYK | 0.27 | 0.02 | 0 | 0.07 |
HSL | 183.81º | 0.62% | 0.8% | - |
HSV(B) | 183.81º | 0.27% | 0.93% | - |
XYZ | 61.23 | 72.65 | 90.15 | - |
YUV | 214.82 | 139.95 | 98.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 232 | 236 | 0.27 | 0.02 | 0 | 0.07 | 183.81 | 0.62 | 0.8 |
Hex | AD | E8 | EC | 1B | 2 | 0 | 7 | B8 | 3E | 50 |
Octal | 255 | 350 | 354 | 33 | 2 | 0 | 7 | 270 | 76 | 120 |
Binary | 10101101 | 11101000 | 11101100 | 11011 | 10 | 0 | 111 | 10111000 | 111110 | 1010000 |
Color Harmonies of #ADE8EC
Complementary color
Monochromatic Colors of #ADE8EC
Black with #ADE8EC
Text Example
Text Example
White with #ADE8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE8EC; }
p { color: rgb(173,232,236); }
H1.HeaderClassName
{
color: #ADE8EC;
}
.AnyTagClassName
{
color: #ADE8EC;
}
</style>
background-color css
<style>
a { background-color: #ADE8EC; }
a { background-color: rgb(173,232,236); }
div.DivClassName
{
background-color: #ADE8EC;
}
.BgClassName
{
background-color: #ADE8EC;
}
</style>
border-color css
<style>
span { border-color: #ADE8EC; }
span { border-color: rgb(173,232,236); }
td.TdClassName
{
border-color: #ADE8EC;
}
.TagClassName
{
border-color: #ADE8EC;
}
</style>