Shades of Pale Turquoise #AAF8FA
Tints of Pale Turquoise #AAF8FA
RGB
CMYK
RGB Variations
Color information
#AAF8FA (or 0xAAF8FA) is known color: Pale Turquoise. HEX triplet: AA, F8 and FA. RGB value is (170,248,250). Sum of RGB (Red+Green+Blue) = 170+248+250=668 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.45% from 668); Green value is 248 (97.27% from 255 or 37.13% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAF8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF8FA is #550705. Grayscale: #E0E0E0. Windows color (decimal): -5572358 or 16447658. OLE color: 16447658.
HSL color Cylindrical-coordinate representation of color #AAF8FA: hue angle of 181.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 #AAF8FA is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 248 | 250 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.02 |
| HSL | 181.5º | 0.89% | 0.82% | - |
| HSV(B) | 181.5º | 0.32% | 0.98% | - |
| XYZ | 67.4 | 82.58 | 102.83 | - |
| YUV | 224.91 | 142.16 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 250 | 0.32 | 0.01 | 0 | 0.02 | 181.5 | 0.89 | 0.82 |
| Hex | AA | F8 | FA | 20 | 1 | 0 | 2 | B6 | 59 | 52 |
| Octal | 252 | 370 | 372 | 40 | 1 | 0 | 2 | 266 | 131 | 122 |
| Binary | 10101010 | 11111000 | 11111010 | 100000 | 1 | 0 | 10 | 10110110 | 1011001 | 1010010 |
Color Harmonies of #AAF8FA
Complementary color
Monochromatic Colors of #AAF8FA
Black with #AAF8FA
Text Example
Text Example
White with #AAF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF8FA; }
p { color: rgb(170,248,250); }
H1.HeaderClassName
{
color: #AAF8FA;
}
.AnyTagClassName
{
color: #AAF8FA;
}
</style>
background-color css
<style>
a { background-color: #AAF8FA; }
a { background-color: rgb(170,248,250); }
div.DivClassName
{
background-color: #AAF8FA;
}
.BgClassName
{
background-color: #AAF8FA;
}
</style>
border-color css
<style>
span { border-color: #AAF8FA; }
span { border-color: rgb(170,248,250); }
td.TdClassName
{
border-color: #AAF8FA;
}
.TagClassName
{
border-color: #AAF8FA;
}
</style>