Shades of Pale Turquoise #AAF4E7
Tints of Pale Turquoise #AAF4E7
RGB
CMYK
RGB Variations
Color information
#AAF4E7 (or 0xAAF4E7) is known color: Pale Turquoise. HEX triplet: AA, F4 and E7. RGB value is (170,244,231). Sum of RGB (Red+Green+Blue) = 170+244+231=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 244 (95.70% from 255 or 37.83% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF4E7 is #550B18. Grayscale: #DCDCDC. Windows color (decimal): -5573401 or 15201450. OLE color: 15201450.
HSL color Cylindrical-coordinate representation of color #AAF4E7: hue angle of 169.46º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF4E7 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 231 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.04 |
| HSL | 169.46º | 0.77% | 0.81% | - |
| HSV(B) | 169.46º | 0.3% | 0.96% | - |
| XYZ | 63.35 | 79.02 | 87.51 | - |
| YUV | 220.39 | 133.98 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 231 | 0.30 | 0 | 0.05 | 0.04 | 169.46 | 0.77 | 0.81 |
| Hex | AA | F4 | E7 | 1E | 0 | 5 | 4 | A9 | 4D | 51 |
| Octal | 252 | 364 | 347 | 36 | 0 | 5 | 4 | 251 | 115 | 121 |
| Binary | 10101010 | 11110100 | 11100111 | 11110 | 0 | 101 | 100 | 10101001 | 1001101 | 1010001 |
Color Harmonies of #AAF4E7
Complementary color
Monochromatic Colors of #AAF4E7
Black with #AAF4E7
Text Example
Text Example
White with #AAF4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF4E7; }
p { color: rgb(170,244,231); }
H1.HeaderClassName
{
color: #AAF4E7;
}
.AnyTagClassName
{
color: #AAF4E7;
}
</style>
background-color css
<style>
a { background-color: #AAF4E7; }
a { background-color: rgb(170,244,231); }
div.DivClassName
{
background-color: #AAF4E7;
}
.BgClassName
{
background-color: #AAF4E7;
}
</style>
border-color css
<style>
span { border-color: #AAF4E7; }
span { border-color: rgb(170,244,231); }
td.TdClassName
{
border-color: #AAF4E7;
}
.TagClassName
{
border-color: #AAF4E7;
}
</style>