Shades of Pale Turquoise #AAE9E6
Tints of Pale Turquoise #AAE9E6
RGB
CMYK
RGB Variations
Color information
#AAE9E6 (or 0xAAE9E6) is known color: Pale Turquoise. HEX triplet: AA, E9 and E6. RGB value is (170,233,230). Sum of RGB (Red+Green+Blue) = 170+233+230=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 233 (91.41% from 255 or 36.81% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE9E6 is #551619. Grayscale: #D5D5D5. Windows color (decimal): -5576218 or 15133098. OLE color: 15133098.
HSL color Cylindrical-coordinate representation of color #AAE9E6: hue angle of 177.14º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9E6 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 230 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.09 |
| HSL | 177.14º | 0.59% | 0.79% | - |
| HSV(B) | 177.14º | 0.27% | 0.91% | - |
| XYZ | 60 | 72.54 | 85.7 | - |
| YUV | 213.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 230 | 0.27 | 0 | 0.01 | 0.09 | 177.14 | 0.59 | 0.79 |
| Hex | AA | E9 | E6 | 1B | 0 | 1 | 9 | B1 | 3B | 4F |
| Octal | 252 | 351 | 346 | 33 | 0 | 1 | 11 | 261 | 73 | 117 |
| Binary | 10101010 | 11101001 | 11100110 | 11011 | 0 | 1 | 1001 | 10110001 | 111011 | 1001111 |
Color Harmonies of #AAE9E6
Complementary color
Monochromatic Colors of #AAE9E6
Black with #AAE9E6
Text Example
Text Example
White with #AAE9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE9E6; }
p { color: rgb(170,233,230); }
H1.HeaderClassName
{
color: #AAE9E6;
}
.AnyTagClassName
{
color: #AAE9E6;
}
</style>
background-color css
<style>
a { background-color: #AAE9E6; }
a { background-color: rgb(170,233,230); }
div.DivClassName
{
background-color: #AAE9E6;
}
.BgClassName
{
background-color: #AAE9E6;
}
</style>
border-color css
<style>
span { border-color: #AAE9E6; }
span { border-color: rgb(170,233,230); }
td.TdClassName
{
border-color: #AAE9E6;
}
.TagClassName
{
border-color: #AAE9E6;
}
</style>