Shades of Pale Turquoise #ADE9E5
Tints of Pale Turquoise #ADE9E5
RGB
CMYK
RGB Variations
Color information
#ADE9E5 (or 0xADE9E5) is known color: Pale Turquoise. HEX triplet: AD, E9 and E5. RGB value is (173,233,229). Sum of RGB (Red+Green+Blue) = 173+233+229=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9E5 is #52161A. Grayscale: #D6D6D6. Windows color (decimal): -5379611 or 15067565. OLE color: 15067565.
HSL color Cylindrical-coordinate representation of color #ADE9E5: hue angle of 176º 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 #ADE9E5 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 229 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.09 |
| HSL | 176º | 0.58% | 0.8% | - |
| HSV(B) | 176º | 0.26% | 0.91% | - |
| XYZ | 60.52 | 72.82 | 84.99 | - |
| YUV | 214.6 | 136.12 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 229 | 0.26 | 0 | 0.02 | 0.09 | 176 | 0.58 | 0.8 |
| Hex | AD | E9 | E5 | 1A | 0 | 2 | 9 | B0 | 3A | 50 |
| Octal | 255 | 351 | 345 | 32 | 0 | 2 | 11 | 260 | 72 | 120 |
| Binary | 10101101 | 11101001 | 11100101 | 11010 | 0 | 10 | 1001 | 10110000 | 111010 | 1010000 |
Color Harmonies of #ADE9E5
Complementary color
Monochromatic Colors of #ADE9E5
Black with #ADE9E5
Text Example
Text Example
White with #ADE9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9E5; }
p { color: rgb(173,233,229); }
H1.HeaderClassName
{
color: #ADE9E5;
}
.AnyTagClassName
{
color: #ADE9E5;
}
</style>
background-color css
<style>
a { background-color: #ADE9E5; }
a { background-color: rgb(173,233,229); }
div.DivClassName
{
background-color: #ADE9E5;
}
.BgClassName
{
background-color: #ADE9E5;
}
</style>
border-color css
<style>
span { border-color: #ADE9E5; }
span { border-color: rgb(173,233,229); }
td.TdClassName
{
border-color: #ADE9E5;
}
.TagClassName
{
border-color: #ADE9E5;
}
</style>