Shades of Pale Turquoise #AAF4FA
Tints of Pale Turquoise #AAF4FA
RGB
CMYK
RGB Variations
Color information
#AAF4FA (or 0xAAF4FA) is known color: Pale Turquoise. HEX triplet: AA, F4 and FA. RGB value is (170,244,250). Sum of RGB (Red+Green+Blue) = 170+244+250=664 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.60% from 664); Green value is 244 (95.70% from 255 or 36.75% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAF4FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF4FA is #550B05. Grayscale: #DEDEDE. Windows color (decimal): -5573382 or 16446634. OLE color: 16446634.
HSL color Cylindrical-coordinate representation of color #AAF4FA: hue angle of 184.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF4FA is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 244 | 250 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.02 |
| HSL | 184.5º | 0.89% | 0.82% | - |
| HSV(B) | 184.5º | 0.32% | 0.98% | - |
| XYZ | 66.18 | 80.15 | 102.42 | - |
| YUV | 222.56 | 143.48 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 250 | 0.32 | 0.02 | 0 | 0.02 | 184.5 | 0.89 | 0.82 |
| Hex | AA | F4 | FA | 20 | 2 | 0 | 2 | B8 | 59 | 52 |
| Octal | 252 | 364 | 372 | 40 | 2 | 0 | 2 | 270 | 131 | 122 |
| Binary | 10101010 | 11110100 | 11111010 | 100000 | 10 | 0 | 10 | 10111000 | 1011001 | 1010010 |
Color Harmonies of #AAF4FA
Complementary color
Monochromatic Colors of #AAF4FA
Black with #AAF4FA
Text Example
Text Example
White with #AAF4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF4FA; }
p { color: rgb(170,244,250); }
H1.HeaderClassName
{
color: #AAF4FA;
}
.AnyTagClassName
{
color: #AAF4FA;
}
</style>
background-color css
<style>
a { background-color: #AAF4FA; }
a { background-color: rgb(170,244,250); }
div.DivClassName
{
background-color: #AAF4FA;
}
.BgClassName
{
background-color: #AAF4FA;
}
</style>
border-color css
<style>
span { border-color: #AAF4FA; }
span { border-color: rgb(170,244,250); }
td.TdClassName
{
border-color: #AAF4FA;
}
.TagClassName
{
border-color: #AAF4FA;
}
</style>