Shades of Pale Turquoise #AAF9FB
Tints of Pale Turquoise #AAF9FB
RGB
CMYK
RGB Variations
Color information
#AAF9FB (or 0xAAF9FB) is known color: Pale Turquoise. HEX triplet: AA, F9 and FB. RGB value is (170,249,251). Sum of RGB (Red+Green+Blue) = 170+249+251=670 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.37% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAF9FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF9FB is #550604. Grayscale: #E1E1E1. Windows color (decimal): -5572101 or 16513450. OLE color: 16513450.
HSL color Cylindrical-coordinate representation of color #AAF9FB: hue angle of 181.48º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF9FB is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 251 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.02 |
| HSL | 181.48º | 0.91% | 0.83% | - |
| HSV(B) | 181.48º | 0.32% | 0.98% | - |
| XYZ | 67.87 | 83.26 | 103.76 | - |
| YUV | 225.61 | 142.33 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 251 | 0.32 | 0.01 | 0 | 0.02 | 181.48 | 0.91 | 0.83 |
| Hex | AA | F9 | FB | 20 | 1 | 0 | 2 | B5 | 5B | 53 |
| Octal | 252 | 371 | 373 | 40 | 1 | 0 | 2 | 265 | 133 | 123 |
| Binary | 10101010 | 11111001 | 11111011 | 100000 | 1 | 0 | 10 | 10110101 | 1011011 | 1010011 |
Color Harmonies of #AAF9FB
Complementary color
Monochromatic Colors of #AAF9FB
Black with #AAF9FB
Text Example
Text Example
White with #AAF9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF9FB; }
p { color: rgb(170,249,251); }
H1.HeaderClassName
{
color: #AAF9FB;
}
.AnyTagClassName
{
color: #AAF9FB;
}
</style>
background-color css
<style>
a { background-color: #AAF9FB; }
a { background-color: rgb(170,249,251); }
div.DivClassName
{
background-color: #AAF9FB;
}
.BgClassName
{
background-color: #AAF9FB;
}
</style>
border-color css
<style>
span { border-color: #AAF9FB; }
span { border-color: rgb(170,249,251); }
td.TdClassName
{
border-color: #AAF9FB;
}
.TagClassName
{
border-color: #AAF9FB;
}
</style>