Shades of Pale Turquoise #AAF7F0
Tints of Pale Turquoise #AAF7F0
RGB
CMYK
RGB Variations
Color information
#AAF7F0 (or 0xAAF7F0) is known color: Pale Turquoise. HEX triplet: AA, F7 and F0. RGB value is (170,247,240). Sum of RGB (Red+Green+Blue) = 170+247+240=657 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.88% from 657); Green value is 247 (96.88% from 255 or 37.60% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF7F0 is #55080F. Grayscale: #DFDFDF. Windows color (decimal): -5572624 or 15792042. OLE color: 15792042.
HSL color Cylindrical-coordinate representation of color #AAF7F0: hue angle of 174.55º 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 #AAF7F0 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 240 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.03 |
| HSL | 174.55º | 0.83% | 0.82% | - |
| HSV(B) | 174.55º | 0.31% | 0.97% | - |
| XYZ | 65.57 | 81.36 | 94.69 | - |
| YUV | 223.18 | 137.49 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 240 | 0.31 | 0 | 0.03 | 0.03 | 174.55 | 0.83 | 0.82 |
| Hex | AA | F7 | F0 | 1F | 0 | 3 | 3 | AF | 53 | 52 |
| Octal | 252 | 367 | 360 | 37 | 0 | 3 | 3 | 257 | 123 | 122 |
| Binary | 10101010 | 11110111 | 11110000 | 11111 | 0 | 11 | 11 | 10101111 | 1010011 | 1010010 |
Color Harmonies of #AAF7F0
Complementary color
Monochromatic Colors of #AAF7F0
Black with #AAF7F0
Text Example
Text Example
White with #AAF7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF7F0; }
p { color: rgb(170,247,240); }
H1.HeaderClassName
{
color: #AAF7F0;
}
.AnyTagClassName
{
color: #AAF7F0;
}
</style>
background-color css
<style>
a { background-color: #AAF7F0; }
a { background-color: rgb(170,247,240); }
div.DivClassName
{
background-color: #AAF7F0;
}
.BgClassName
{
background-color: #AAF7F0;
}
</style>
border-color css
<style>
span { border-color: #AAF7F0; }
span { border-color: rgb(170,247,240); }
td.TdClassName
{
border-color: #AAF7F0;
}
.TagClassName
{
border-color: #AAF7F0;
}
</style>