Shades of Pale Turquoise #AAFFF0
Tints of Pale Turquoise #AAFFF0
RGB
CMYK
RGB Variations
Color information
#AAFFF0 (or 0xAAFFF0) is known color: Pale Turquoise. HEX triplet: AA, FF and F0. RGB value is (170,255,240). Sum of RGB (Red+Green+Blue) = 170+255+240=665 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.56% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFF0 is #55000F. Grayscale: #E3E3E3. Windows color (decimal): -5570576 or 15794090. OLE color: 15794090.
HSL color Cylindrical-coordinate representation of color #AAFFF0: hue angle of 169.41º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFF0 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 240 | - |
| CMYK | 0.33 | 0 | 0.06 | 0 |
| HSL | 169.41º | 1% | 0.83% | - |
| HSV(B) | 169.41º | 0.33% | 1% | - |
| XYZ | 68.07 | 86.36 | 95.52 | - |
| YUV | 227.88 | 134.84 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 240 | 0.33 | 0 | 0.06 | 0 | 169.41 | 1 | 0.83 |
| Hex | AA | FF | F0 | 21 | 0 | 6 | 0 | A9 | 64 | 53 |
| Octal | 252 | 377 | 360 | 41 | 0 | 6 | 0 | 251 | 144 | 123 |
| Binary | 10101010 | 11111111 | 11110000 | 100001 | 0 | 110 | 0 | 10101001 | 1100100 | 1010011 |
Color Harmonies of #AAFFF0
Complementary color
Monochromatic Colors of #AAFFF0
Black with #AAFFF0
Text Example
Text Example
White with #AAFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFF0; }
p { color: rgb(170,255,240); }
H1.HeaderClassName
{
color: #AAFFF0;
}
.AnyTagClassName
{
color: #AAFFF0;
}
</style>
background-color css
<style>
a { background-color: #AAFFF0; }
a { background-color: rgb(170,255,240); }
div.DivClassName
{
background-color: #AAFFF0;
}
.BgClassName
{
background-color: #AAFFF0;
}
</style>
border-color css
<style>
span { border-color: #AAFFF0; }
span { border-color: rgb(170,255,240); }
td.TdClassName
{
border-color: #AAFFF0;
}
.TagClassName
{
border-color: #AAFFF0;
}
</style>