Shades of Pale Turquoise #AAF7F5
Tints of Pale Turquoise #AAF7F5
RGB
CMYK
RGB Variations
Color information
#AAF7F5 (or 0xAAF7F5) is known color: Pale Turquoise. HEX triplet: AA, F7 and F5. RGB value is (170,247,245). Sum of RGB (Red+Green+Blue) = 170+247+245=662 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.68% from 662); Green value is 247 (96.88% from 255 or 37.31% from 662); Blue value is 245 (96.09% from 255 or 37.01% from 662); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF7F5 is #55080A. Grayscale: #DFDFDF. Windows color (decimal): -5572619 or 16119722. OLE color: 16119722.
HSL color Cylindrical-coordinate representation of color #AAF7F5: hue angle of 178.44º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF7F5 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 245 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.03 |
| HSL | 178.44º | 0.83% | 0.82% | - |
| HSV(B) | 178.44º | 0.31% | 0.97% | - |
| XYZ | 66.32 | 81.66 | 98.65 | - |
| YUV | 223.75 | 139.99 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 245 | 0.31 | 0 | 0.01 | 0.03 | 178.44 | 0.83 | 0.82 |
| Hex | AA | F7 | F5 | 1F | 0 | 1 | 3 | B2 | 53 | 52 |
| Octal | 252 | 367 | 365 | 37 | 0 | 1 | 3 | 262 | 123 | 122 |
| Binary | 10101010 | 11110111 | 11110101 | 11111 | 0 | 1 | 11 | 10110010 | 1010011 | 1010010 |
Color Harmonies of #AAF7F5
Complementary color
Monochromatic Colors of #AAF7F5
Black with #AAF7F5
Text Example
Text Example
White with #AAF7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF7F5; }
p { color: rgb(170,247,245); }
H1.HeaderClassName
{
color: #AAF7F5;
}
.AnyTagClassName
{
color: #AAF7F5;
}
</style>
background-color css
<style>
a { background-color: #AAF7F5; }
a { background-color: rgb(170,247,245); }
div.DivClassName
{
background-color: #AAF7F5;
}
.BgClassName
{
background-color: #AAF7F5;
}
</style>
border-color css
<style>
span { border-color: #AAF7F5; }
span { border-color: rgb(170,247,245); }
td.TdClassName
{
border-color: #AAF7F5;
}
.TagClassName
{
border-color: #AAF7F5;
}
</style>