Shades of Pale Turquoise #AAE9EA
Tints of Pale Turquoise #AAE9EA
RGB
CMYK
RGB Variations
Color information
#AAE9EA (or 0xAAE9EA) is known color: Pale Turquoise. HEX triplet: AA, E9 and EA. RGB value is (170,233,234). Sum of RGB (Red+Green+Blue) = 170+233+234=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAE9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE9EA is #551615. Grayscale: #D6D6D6. Windows color (decimal): -5576214 or 15395242. OLE color: 15395242.
HSL color Cylindrical-coordinate representation of color #AAE9EA: hue angle of 180.94º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9EA is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 233 | 234 | - |
| CMYK | 0.27 | 0.00 | 0 | 0.08 |
| HSL | 180.94º | 0.6% | 0.79% | - |
| HSV(B) | 180.94º | 0.27% | 0.92% | - |
| XYZ | 60.57 | 72.76 | 88.69 | - |
| YUV | 214.28 | 139.13 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 234 | 0.27 | 0.00 | 0 | 0.08 | 180.94 | 0.6 | 0.79 |
| Hex | AA | E9 | EA | 1B | 0 | 0 | 8 | B5 | 3C | 4F |
| Octal | 252 | 351 | 352 | 33 | 0 | 0 | 10 | 265 | 74 | 117 |
| Binary | 10101010 | 11101001 | 11101010 | 11011 | 0 | 0 | 1000 | 10110101 | 111100 | 1001111 |
Color Harmonies of #AAE9EA
Complementary color
Monochromatic Colors of #AAE9EA
Black with #AAE9EA
Text Example
Text Example
White with #AAE9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE9EA; }
p { color: rgb(170,233,234); }
H1.HeaderClassName
{
color: #AAE9EA;
}
.AnyTagClassName
{
color: #AAE9EA;
}
</style>
background-color css
<style>
a { background-color: #AAE9EA; }
a { background-color: rgb(170,233,234); }
div.DivClassName
{
background-color: #AAE9EA;
}
.BgClassName
{
background-color: #AAE9EA;
}
</style>
border-color css
<style>
span { border-color: #AAE9EA; }
span { border-color: rgb(170,233,234); }
td.TdClassName
{
border-color: #AAE9EA;
}
.TagClassName
{
border-color: #AAE9EA;
}
</style>