Shades of Pale Turquoise #AAF3F9
Tints of Pale Turquoise #AAF3F9
RGB
CMYK
RGB Variations
Color information
#AAF3F9 (or 0xAAF3F9) is known color: Pale Turquoise. HEX triplet: AA, F3 and F9. RGB value is (170,243,249). Sum of RGB (Red+Green+Blue) = 170+243+249=662 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.68% from 662); Green value is 243 (95.31% from 255 or 36.71% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAF3F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF3F9 is #550C06. Grayscale: #DDDDDD. Windows color (decimal): -5573639 or 16380842. OLE color: 16380842.
HSL color Cylindrical-coordinate representation of color #AAF3F9: hue angle of 184.56º degrees, saturation: 0.87, 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 #AAF3F9 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 243 | 249 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.02 |
| HSL | 184.56º | 0.87% | 0.82% | - |
| HSV(B) | 184.56º | 0.32% | 0.98% | - |
| XYZ | 65.73 | 79.49 | 101.5 | - |
| YUV | 221.86 | 143.32 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 249 | 0.32 | 0.02 | 0 | 0.02 | 184.56 | 0.87 | 0.82 |
| Hex | AA | F3 | F9 | 20 | 2 | 0 | 2 | B9 | 57 | 52 |
| Octal | 252 | 363 | 371 | 40 | 2 | 0 | 2 | 271 | 127 | 122 |
| Binary | 10101010 | 11110011 | 11111001 | 100000 | 10 | 0 | 10 | 10111001 | 1010111 | 1010010 |
Color Harmonies of #AAF3F9
Complementary color
Monochromatic Colors of #AAF3F9
Black with #AAF3F9
Text Example
Text Example
White with #AAF3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF3F9; }
p { color: rgb(170,243,249); }
H1.HeaderClassName
{
color: #AAF3F9;
}
.AnyTagClassName
{
color: #AAF3F9;
}
</style>
background-color css
<style>
a { background-color: #AAF3F9; }
a { background-color: rgb(170,243,249); }
div.DivClassName
{
background-color: #AAF3F9;
}
.BgClassName
{
background-color: #AAF3F9;
}
</style>
border-color css
<style>
span { border-color: #AAF3F9; }
span { border-color: rgb(170,243,249); }
td.TdClassName
{
border-color: #AAF3F9;
}
.TagClassName
{
border-color: #AAF3F9;
}
</style>