Shades of Pale Turquoise #AAF1F6
Tints of Pale Turquoise #AAF1F6
RGB
CMYK
RGB Variations
Color information
#AAF1F6 (or 0xAAF1F6) is known color: Pale Turquoise. HEX triplet: AA, F1 and F6. RGB value is (170,241,246). Sum of RGB (Red+Green+Blue) = 170+241+246=657 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.88% from 657); Green value is 241 (94.53% from 255 or 36.68% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 246 - color contains mainly: blue. Hex color #AAF1F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF1F6 is #550E09. Grayscale: #DCDCDC. Windows color (decimal): -5574154 or 16183722. OLE color: 16183722.
HSL color Cylindrical-coordinate representation of color #AAF1F6: hue angle of 183.95º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF1F6 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 241 | 246 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.04 |
| HSL | 183.95º | 0.81% | 0.82% | - |
| HSV(B) | 183.95º | 0.31% | 0.96% | - |
| XYZ | 64.67 | 78.11 | 98.86 | - |
| YUV | 220.34 | 142.48 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 246 | 0.31 | 0.02 | 0 | 0.04 | 183.95 | 0.81 | 0.82 |
| Hex | AA | F1 | F6 | 1F | 2 | 0 | 4 | B8 | 51 | 52 |
| Octal | 252 | 361 | 366 | 37 | 2 | 0 | 4 | 270 | 121 | 122 |
| Binary | 10101010 | 11110001 | 11110110 | 11111 | 10 | 0 | 100 | 10111000 | 1010001 | 1010010 |
Color Harmonies of #AAF1F6
Complementary color
Monochromatic Colors of #AAF1F6
Black with #AAF1F6
Text Example
Text Example
White with #AAF1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1F6; }
p { color: rgb(170,241,246); }
H1.HeaderClassName
{
color: #AAF1F6;
}
.AnyTagClassName
{
color: #AAF1F6;
}
</style>
background-color css
<style>
a { background-color: #AAF1F6; }
a { background-color: rgb(170,241,246); }
div.DivClassName
{
background-color: #AAF1F6;
}
.BgClassName
{
background-color: #AAF1F6;
}
</style>
border-color css
<style>
span { border-color: #AAF1F6; }
span { border-color: rgb(170,241,246); }
td.TdClassName
{
border-color: #AAF1F6;
}
.TagClassName
{
border-color: #AAF1F6;
}
</style>