Shades of Pale Turquoise #ADE7E9
Tints of Pale Turquoise #ADE7E9
RGB
CMYK
RGB Variations
Color information
#ADE7E9 (or 0xADE7E9) is known color: Pale Turquoise. HEX triplet: AD, E7 and E9. RGB value is (173,231,233). Sum of RGB (Red+Green+Blue) = 173+231+233=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADE7E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE7E9 is #521816. Grayscale: #D5D5D5. Windows color (decimal): -5380119 or 15329197. OLE color: 15329197.
HSL color Cylindrical-coordinate representation of color #ADE7E9: hue angle of 182º 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 #ADE7E9 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 233 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.09 |
| HSL | 182º | 0.58% | 0.8% | - |
| HSV(B) | 182º | 0.26% | 0.91% | - |
| XYZ | 60.52 | 71.92 | 87.78 | - |
| YUV | 213.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 233 | 0.26 | 0.01 | 0 | 0.09 | 182 | 0.58 | 0.8 |
| Hex | AD | E7 | E9 | 1A | 1 | 0 | 9 | B6 | 3A | 50 |
| Octal | 255 | 347 | 351 | 32 | 1 | 0 | 11 | 266 | 72 | 120 |
| Binary | 10101101 | 11100111 | 11101001 | 11010 | 1 | 0 | 1001 | 10110110 | 111010 | 1010000 |
Color Harmonies of #ADE7E9
Complementary color
Monochromatic Colors of #ADE7E9
Black with #ADE7E9
Text Example
Text Example
White with #ADE7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7E9; }
p { color: rgb(173,231,233); }
H1.HeaderClassName
{
color: #ADE7E9;
}
.AnyTagClassName
{
color: #ADE7E9;
}
</style>
background-color css
<style>
a { background-color: #ADE7E9; }
a { background-color: rgb(173,231,233); }
div.DivClassName
{
background-color: #ADE7E9;
}
.BgClassName
{
background-color: #ADE7E9;
}
</style>
border-color css
<style>
span { border-color: #ADE7E9; }
span { border-color: rgb(173,231,233); }
td.TdClassName
{
border-color: #ADE7E9;
}
.TagClassName
{
border-color: #ADE7E9;
}
</style>