Shades of Pale Turquoise #AAEDE8
Tints of Pale Turquoise #AAEDE8
RGB
CMYK
RGB Variations
Color information
#AAEDE8 (or 0xAAEDE8) is known color: Pale Turquoise. HEX triplet: AA, ED and E8. RGB value is (170,237,232). Sum of RGB (Red+Green+Blue) = 170+237+232=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEDE8 is #551217. Grayscale: #D8D8D8. Windows color (decimal): -5575192 or 15265194. OLE color: 15265194.
HSL color Cylindrical-coordinate representation of color #AAEDE8: hue angle of 175.52º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEDE8 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 232 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.07 |
| HSL | 175.52º | 0.65% | 0.8% | - |
| HSV(B) | 175.52º | 0.28% | 0.93% | - |
| XYZ | 61.43 | 74.94 | 87.57 | - |
| YUV | 216.4 | 136.8 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 232 | 0.28 | 0 | 0.02 | 0.07 | 175.52 | 0.65 | 0.8 |
| Hex | AA | ED | E8 | 1C | 0 | 2 | 7 | B0 | 41 | 50 |
| Octal | 252 | 355 | 350 | 34 | 0 | 2 | 7 | 260 | 101 | 120 |
| Binary | 10101010 | 11101101 | 11101000 | 11100 | 0 | 10 | 111 | 10110000 | 1000001 | 1010000 |
Color Harmonies of #AAEDE8
Complementary color
Monochromatic Colors of #AAEDE8
Black with #AAEDE8
Text Example
Text Example
White with #AAEDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDE8; }
p { color: rgb(170,237,232); }
H1.HeaderClassName
{
color: #AAEDE8;
}
.AnyTagClassName
{
color: #AAEDE8;
}
</style>
background-color css
<style>
a { background-color: #AAEDE8; }
a { background-color: rgb(170,237,232); }
div.DivClassName
{
background-color: #AAEDE8;
}
.BgClassName
{
background-color: #AAEDE8;
}
</style>
border-color css
<style>
span { border-color: #AAEDE8; }
span { border-color: rgb(170,237,232); }
td.TdClassName
{
border-color: #AAEDE8;
}
.TagClassName
{
border-color: #AAEDE8;
}
</style>