Shades of Pale Turquoise #AAF0F0
Tints of Pale Turquoise #AAF0F0
RGB
CMYK
RGB Variations
Color information
#AAF0F0 (or 0xAAF0F0) is known color: Pale Turquoise. HEX triplet: AA, F0 and F0. RGB value is (170,240,240). Sum of RGB (Red+Green+Blue) = 170+240+240=650 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.15% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #AAF0F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF0F0 is #550F0F. Grayscale: #DBDBDB. Windows color (decimal): -5574416 or 15790250. OLE color: 15790250.
HSL color Cylindrical-coordinate representation of color #AAF0F0: hue angle of 180º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF0F0 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 240 | - |
| CMYK | 0.29 | 0 | 0 | 0.06 |
| HSL | 180º | 0.7% | 0.8% | - |
| HSV(B) | 180º | 0.29% | 0.94% | - |
| XYZ | 63.47 | 77.16 | 93.99 | - |
| YUV | 219.07 | 139.81 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 240 | 0.29 | 0 | 0 | 0.06 | 180 | 0.7 | 0.8 |
| Hex | AA | F0 | F0 | 1D | 0 | 0 | 6 | B4 | 46 | 50 |
| Octal | 252 | 360 | 360 | 35 | 0 | 0 | 6 | 264 | 106 | 120 |
| Binary | 10101010 | 11110000 | 11110000 | 11101 | 0 | 0 | 110 | 10110100 | 1000110 | 1010000 |
Color Harmonies of #AAF0F0
Complementary color
Monochromatic Colors of #AAF0F0
Black with #AAF0F0
Text Example
Text Example
White with #AAF0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF0F0; }
p { color: rgb(170,240,240); }
H1.HeaderClassName
{
color: #AAF0F0;
}
.AnyTagClassName
{
color: #AAF0F0;
}
</style>
background-color css
<style>
a { background-color: #AAF0F0; }
a { background-color: rgb(170,240,240); }
div.DivClassName
{
background-color: #AAF0F0;
}
.BgClassName
{
background-color: #AAF0F0;
}
</style>
border-color css
<style>
span { border-color: #AAF0F0; }
span { border-color: rgb(170,240,240); }
td.TdClassName
{
border-color: #AAF0F0;
}
.TagClassName
{
border-color: #AAF0F0;
}
</style>