Shades of Pale Turquoise #AAEBE8
Tints of Pale Turquoise #AAEBE8
RGB
CMYK
RGB Variations
Color information
#AAEBE8 (or 0xAAEBE8) is known color: Pale Turquoise. HEX triplet: AA, EB and E8. RGB value is (170,235,232). Sum of RGB (Red+Green+Blue) = 170+235+232=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEBE8 is #551417. Grayscale: #D7D7D7. Windows color (decimal): -5575704 or 15264682. OLE color: 15264682.
HSL color Cylindrical-coordinate representation of color #AAEBE8: hue angle of 177.23º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBE8 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 232 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.08 |
| HSL | 177.23º | 0.62% | 0.79% | - |
| HSV(B) | 177.23º | 0.28% | 0.92% | - |
| XYZ | 60.85 | 73.79 | 87.38 | - |
| YUV | 215.22 | 137.47 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 232 | 0.28 | 0 | 0.01 | 0.08 | 177.23 | 0.62 | 0.79 |
| Hex | AA | EB | E8 | 1C | 0 | 1 | 8 | B1 | 3E | 4F |
| Octal | 252 | 353 | 350 | 34 | 0 | 1 | 10 | 261 | 76 | 117 |
| Binary | 10101010 | 11101011 | 11101000 | 11100 | 0 | 1 | 1000 | 10110001 | 111110 | 1001111 |
Color Harmonies of #AAEBE8
Complementary color
Monochromatic Colors of #AAEBE8
Black with #AAEBE8
Text Example
Text Example
White with #AAEBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBE8; }
p { color: rgb(170,235,232); }
H1.HeaderClassName
{
color: #AAEBE8;
}
.AnyTagClassName
{
color: #AAEBE8;
}
</style>
background-color css
<style>
a { background-color: #AAEBE8; }
a { background-color: rgb(170,235,232); }
div.DivClassName
{
background-color: #AAEBE8;
}
.BgClassName
{
background-color: #AAEBE8;
}
</style>
border-color css
<style>
span { border-color: #AAEBE8; }
span { border-color: rgb(170,235,232); }
td.TdClassName
{
border-color: #AAEBE8;
}
.TagClassName
{
border-color: #AAEBE8;
}
</style>