Shades of Pale Turquoise #AAFFF1
Tints of Pale Turquoise #AAFFF1
RGB
CMYK
RGB Variations
Color information
#AAFFF1 (or 0xAAFFF1) is known color: Pale Turquoise. HEX triplet: AA, FF and F1. RGB value is (170,255,241). Sum of RGB (Red+Green+Blue) = 170+255+241=666 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.53% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFF1 is #55000E. Grayscale: #E3E3E3. Windows color (decimal): -5570575 or 15859626. OLE color: 15859626.
HSL color Cylindrical-coordinate representation of color #AAFFF1: hue angle of 170.12º 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 #AAFFF1 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 241 | - |
| CMYK | 0.33 | 0 | 0.05 | 0 |
| HSL | 170.12º | 1% | 0.83% | - |
| HSV(B) | 170.12º | 0.33% | 1% | - |
| XYZ | 68.21 | 86.42 | 96.3 | - |
| YUV | 227.99 | 135.34 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 241 | 0.33 | 0 | 0.05 | 0 | 170.12 | 1 | 0.83 |
| Hex | AA | FF | F1 | 21 | 0 | 5 | 0 | AA | 64 | 53 |
| Octal | 252 | 377 | 361 | 41 | 0 | 5 | 0 | 252 | 144 | 123 |
| Binary | 10101010 | 11111111 | 11110001 | 100001 | 0 | 101 | 0 | 10101010 | 1100100 | 1010011 |
Color Harmonies of #AAFFF1
Complementary color
Monochromatic Colors of #AAFFF1
Black with #AAFFF1
Text Example
Text Example
White with #AAFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFF1; }
p { color: rgb(170,255,241); }
H1.HeaderClassName
{
color: #AAFFF1;
}
.AnyTagClassName
{
color: #AAFFF1;
}
</style>
background-color css
<style>
a { background-color: #AAFFF1; }
a { background-color: rgb(170,255,241); }
div.DivClassName
{
background-color: #AAFFF1;
}
.BgClassName
{
background-color: #AAFFF1;
}
</style>
border-color css
<style>
span { border-color: #AAFFF1; }
span { border-color: rgb(170,255,241); }
td.TdClassName
{
border-color: #AAFFF1;
}
.TagClassName
{
border-color: #AAFFF1;
}
</style>