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