Shades of Pale Turquoise #AAE6E4
Tints of Pale Turquoise #AAE6E4
RGB
CMYK
RGB Variations
Color information
#AAE6E4 (or 0xAAE6E4) is known color: Pale Turquoise. HEX triplet: AA, E6 and E4. RGB value is (170,230,228). Sum of RGB (Red+Green+Blue) = 170+230+228=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE6E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE6E4 is #55191B. Grayscale: #D3D3D3. Windows color (decimal): -5576988 or 15001258. OLE color: 15001258.
HSL color Cylindrical-coordinate representation of color #AAE6E4: hue angle of 178º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE6E4 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 228 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.10 |
| HSL | 178º | 0.55% | 0.78% | - |
| HSV(B) | 178º | 0.26% | 0.9% | - |
| XYZ | 58.88 | 70.74 | 83.95 | - |
| YUV | 211.83 | 137.12 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 228 | 0.26 | 0 | 0.01 | 0.10 | 178 | 0.55 | 0.78 |
| Hex | AA | E6 | E4 | 1A | 0 | 1 | A | B2 | 37 | 4E |
| Octal | 252 | 346 | 344 | 32 | 0 | 1 | 12 | 262 | 67 | 116 |
| Binary | 10101010 | 11100110 | 11100100 | 11010 | 0 | 1 | 1010 | 10110010 | 110111 | 1001110 |
Color Harmonies of #AAE6E4
Complementary color
Monochromatic Colors of #AAE6E4
Black with #AAE6E4
Text Example
Text Example
White with #AAE6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE6E4; }
p { color: rgb(170,230,228); }
H1.HeaderClassName
{
color: #AAE6E4;
}
.AnyTagClassName
{
color: #AAE6E4;
}
</style>
background-color css
<style>
a { background-color: #AAE6E4; }
a { background-color: rgb(170,230,228); }
div.DivClassName
{
background-color: #AAE6E4;
}
.BgClassName
{
background-color: #AAE6E4;
}
</style>
border-color css
<style>
span { border-color: #AAE6E4; }
span { border-color: rgb(170,230,228); }
td.TdClassName
{
border-color: #AAE6E4;
}
.TagClassName
{
border-color: #AAE6E4;
}
</style>