Shades of Pale Turquoise #ADE9E9
Tints of Pale Turquoise #ADE9E9
RGB
CMYK
RGB Variations
Color information
#ADE9E9 (or 0xADE9E9) is known color: Pale Turquoise. HEX triplet: AD, E9 and E9. RGB value is (173,233,233). Sum of RGB (Red+Green+Blue) = 173+233+233=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 233 - color contains mainly: green, blue. Hex color #ADE9E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE9E9 is #521616. Grayscale: #D7D7D7. Windows color (decimal): -5379607 or 15329709. OLE color: 15329709.
HSL color Cylindrical-coordinate representation of color #ADE9E9: hue angle of 180º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADE9E9 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 173 | 233 | 233 | - |
CMYK | 0.26 | 0 | 0 | 0.09 |
HSL | 180º | 0.58% | 0.8% | - |
HSV(B) | 180º | 0.26% | 0.91% | - |
XYZ | 61.08 | 73.05 | 87.97 | - |
YUV | 215.06 | 138.12 | 98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 233 | 233 | 0.26 | 0 | 0 | 0.09 | 180 | 0.58 | 0.8 |
Hex | AD | E9 | E9 | 1A | 0 | 0 | 9 | B4 | 3A | 50 |
Octal | 255 | 351 | 351 | 32 | 0 | 0 | 11 | 264 | 72 | 120 |
Binary | 10101101 | 11101001 | 11101001 | 11010 | 0 | 0 | 1001 | 10110100 | 111010 | 1010000 |
Color Harmonies of #ADE9E9
Complementary color
Monochromatic Colors of #ADE9E9
Black with #ADE9E9
Text Example
Text Example
White with #ADE9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9E9; }
p { color: rgb(173,233,233); }
H1.HeaderClassName
{
color: #ADE9E9;
}
.AnyTagClassName
{
color: #ADE9E9;
}
</style>
background-color css
<style>
a { background-color: #ADE9E9; }
a { background-color: rgb(173,233,233); }
div.DivClassName
{
background-color: #ADE9E9;
}
.BgClassName
{
background-color: #ADE9E9;
}
</style>
border-color css
<style>
span { border-color: #ADE9E9; }
span { border-color: rgb(173,233,233); }
td.TdClassName
{
border-color: #ADE9E9;
}
.TagClassName
{
border-color: #ADE9E9;
}
</style>