Shades of Pale Turquoise #AAF9F9
Tints of Pale Turquoise #AAF9F9
RGB
CMYK
RGB Variations
Color information
#AAF9F9 (or 0xAAF9F9) is known color: Pale Turquoise. HEX triplet: AA, F9 and F9. RGB value is (170,249,249). Sum of RGB (Red+Green+Blue) = 170+249+249=668 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.45% from 668); Green value is 249 (97.66% from 255 or 37.28% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: green, blue. Hex color #AAF9F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF9F9 is #550606. Grayscale: #E1E1E1. Windows color (decimal): -5572103 or 16382378. OLE color: 16382378.
HSL color Cylindrical-coordinate representation of color #AAF9F9: hue angle of 180º 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 #AAF9F9 is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 170 | 249 | 249 | - |
CMYK | 0.32 | 0 | 0 | 0.02 |
HSL | 180º | 0.87% | 0.82% | - |
HSV(B) | 180º | 0.32% | 0.98% | - |
XYZ | 67.55 | 83.14 | 102.11 | - |
YUV | 225.38 | 141.33 | 88.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 249 | 249 | 0.32 | 0 | 0 | 0.02 | 180 | 0.87 | 0.82 |
Hex | AA | F9 | F9 | 20 | 0 | 0 | 2 | B4 | 57 | 52 |
Octal | 252 | 371 | 371 | 40 | 0 | 0 | 2 | 264 | 127 | 122 |
Binary | 10101010 | 11111001 | 11111001 | 100000 | 0 | 0 | 10 | 10110100 | 1010111 | 1010010 |
Color Harmonies of #AAF9F9
Complementary color
Monochromatic Colors of #AAF9F9
Black with #AAF9F9
Text Example
Text Example
White with #AAF9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF9F9; }
p { color: rgb(170,249,249); }
H1.HeaderClassName
{
color: #AAF9F9;
}
.AnyTagClassName
{
color: #AAF9F9;
}
</style>
background-color css
<style>
a { background-color: #AAF9F9; }
a { background-color: rgb(170,249,249); }
div.DivClassName
{
background-color: #AAF9F9;
}
.BgClassName
{
background-color: #AAF9F9;
}
</style>
border-color css
<style>
span { border-color: #AAF9F9; }
span { border-color: rgb(170,249,249); }
td.TdClassName
{
border-color: #AAF9F9;
}
.TagClassName
{
border-color: #AAF9F9;
}
</style>