Shades of Pale Turquoise #AAF1E7
Tints of Pale Turquoise #AAF1E7
RGB
CMYK
RGB Variations
Color information
#AAF1E7 (or 0xAAF1E7) is known color: Pale Turquoise. HEX triplet: AA, F1 and E7. RGB value is (170,241,231). Sum of RGB (Red+Green+Blue) = 170+241+231=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF1E7 is #550E18. Grayscale: #DADADA. Windows color (decimal): -5574169 or 15200682. OLE color: 15200682.
HSL color Cylindrical-coordinate representation of color #AAF1E7: hue angle of 171.55º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1E7 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 231 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.05 |
| HSL | 171.55º | 0.72% | 0.81% | - |
| HSV(B) | 171.55º | 0.29% | 0.95% | - |
| XYZ | 62.46 | 77.23 | 87.22 | - |
| YUV | 218.63 | 134.98 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 231 | 0.29 | 0 | 0.04 | 0.05 | 171.55 | 0.72 | 0.81 |
| Hex | AA | F1 | E7 | 1D | 0 | 4 | 5 | AC | 48 | 51 |
| Octal | 252 | 361 | 347 | 35 | 0 | 4 | 5 | 254 | 110 | 121 |
| Binary | 10101010 | 11110001 | 11100111 | 11101 | 0 | 100 | 101 | 10101100 | 1001000 | 1010001 |
Color Harmonies of #AAF1E7
Complementary color
Monochromatic Colors of #AAF1E7
Black with #AAF1E7
Text Example
Text Example
White with #AAF1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1E7; }
p { color: rgb(170,241,231); }
H1.HeaderClassName
{
color: #AAF1E7;
}
.AnyTagClassName
{
color: #AAF1E7;
}
</style>
background-color css
<style>
a { background-color: #AAF1E7; }
a { background-color: rgb(170,241,231); }
div.DivClassName
{
background-color: #AAF1E7;
}
.BgClassName
{
background-color: #AAF1E7;
}
</style>
border-color css
<style>
span { border-color: #AAF1E7; }
span { border-color: rgb(170,241,231); }
td.TdClassName
{
border-color: #AAF1E7;
}
.TagClassName
{
border-color: #AAF1E7;
}
</style>