Shades of Pale Turquoise #AAF4F1
Tints of Pale Turquoise #AAF4F1
RGB
CMYK
RGB Variations
Color information
#AAF4F1 (or 0xAAF4F1) is known color: Pale Turquoise. HEX triplet: AA, F4 and F1. RGB value is (170,244,241). Sum of RGB (Red+Green+Blue) = 170+244+241=655 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.95% from 655); Green value is 244 (95.70% from 255 or 37.25% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF4F1 is #550B0E. Grayscale: #DDDDDD. Windows color (decimal): -5573391 or 15856810. OLE color: 15856810.
HSL color Cylindrical-coordinate representation of color #AAF4F1: hue angle of 177.57º 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 #AAF4F1 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 241 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.04 |
| HSL | 177.57º | 0.77% | 0.81% | - |
| HSV(B) | 177.57º | 0.3% | 0.96% | - |
| XYZ | 64.81 | 79.6 | 95.17 | - |
| YUV | 221.53 | 138.98 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 241 | 0.30 | 0 | 0.01 | 0.04 | 177.57 | 0.77 | 0.81 |
| Hex | AA | F4 | F1 | 1E | 0 | 1 | 4 | B2 | 4D | 51 |
| Octal | 252 | 364 | 361 | 36 | 0 | 1 | 4 | 262 | 115 | 121 |
| Binary | 10101010 | 11110100 | 11110001 | 11110 | 0 | 1 | 100 | 10110010 | 1001101 | 1010001 |
Color Harmonies of #AAF4F1
Complementary color
Monochromatic Colors of #AAF4F1
Black with #AAF4F1
Text Example
Text Example
White with #AAF4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF4F1; }
p { color: rgb(170,244,241); }
H1.HeaderClassName
{
color: #AAF4F1;
}
.AnyTagClassName
{
color: #AAF4F1;
}
</style>
background-color css
<style>
a { background-color: #AAF4F1; }
a { background-color: rgb(170,244,241); }
div.DivClassName
{
background-color: #AAF4F1;
}
.BgClassName
{
background-color: #AAF4F1;
}
</style>
border-color css
<style>
span { border-color: #AAF4F1; }
span { border-color: rgb(170,244,241); }
td.TdClassName
{
border-color: #AAF4F1;
}
.TagClassName
{
border-color: #AAF4F1;
}
</style>