Shades of Pale Turquoise #AAF0F1
Tints of Pale Turquoise #AAF0F1
RGB
CMYK
RGB Variations
Color information
#AAF0F1 (or 0xAAF0F1) is known color: Pale Turquoise. HEX triplet: AA, F0 and F1. RGB value is (170,240,241). Sum of RGB (Red+Green+Blue) = 170+240+241=651 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.11% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAF0F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF0F1 is #550F0E. Grayscale: #DBDBDB. Windows color (decimal): -5574415 or 15855786. OLE color: 15855786.
HSL color Cylindrical-coordinate representation of color #AAF0F1: hue angle of 180.85º 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 #AAF0F1 is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 240 | 241 | - |
| CMYK | 0.29 | 0.00 | 0 | 0.05 |
| HSL | 180.85º | 0.72% | 0.81% | - |
| HSV(B) | 180.85º | 0.29% | 0.95% | - |
| XYZ | 63.61 | 77.22 | 94.77 | - |
| YUV | 219.18 | 140.31 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 241 | 0.29 | 0.00 | 0 | 0.05 | 180.85 | 0.72 | 0.81 |
| Hex | AA | F0 | F1 | 1D | 0 | 0 | 5 | B5 | 48 | 51 |
| Octal | 252 | 360 | 361 | 35 | 0 | 0 | 5 | 265 | 110 | 121 |
| Binary | 10101010 | 11110000 | 11110001 | 11101 | 0 | 0 | 101 | 10110101 | 1001000 | 1010001 |
Color Harmonies of #AAF0F1
Complementary color
Monochromatic Colors of #AAF0F1
Black with #AAF0F1
Text Example
Text Example
White with #AAF0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF0F1; }
p { color: rgb(170,240,241); }
H1.HeaderClassName
{
color: #AAF0F1;
}
.AnyTagClassName
{
color: #AAF0F1;
}
</style>
background-color css
<style>
a { background-color: #AAF0F1; }
a { background-color: rgb(170,240,241); }
div.DivClassName
{
background-color: #AAF0F1;
}
.BgClassName
{
background-color: #AAF0F1;
}
</style>
border-color css
<style>
span { border-color: #AAF0F1; }
span { border-color: rgb(170,240,241); }
td.TdClassName
{
border-color: #AAF0F1;
}
.TagClassName
{
border-color: #AAF0F1;
}
</style>