Shades of Pale Turquoise #AAFFF5
Tints of Pale Turquoise #AAFFF5
RGB
CMYK
RGB Variations
Color information
#AAFFF5 (or 0xAAFFF5) is known color: Pale Turquoise. HEX triplet: AA, FF and F5. RGB value is (170,255,245). Sum of RGB (Red+Green+Blue) = 170+255+245=670 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.37% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFF5 is #55000A. Grayscale: #E4E4E4. Windows color (decimal): -5570571 or 16121770. OLE color: 16121770.
HSL color Cylindrical-coordinate representation of color #AAFFF5: hue angle of 172.94º 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 #AAFFF5 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 245 | - |
| CMYK | 0.33 | 0 | 0.04 | 0 |
| HSL | 172.94º | 1% | 0.83% | - |
| HSV(B) | 172.94º | 0.33% | 1% | - |
| XYZ | 68.82 | 86.66 | 99.49 | - |
| YUV | 228.45 | 137.34 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 245 | 0.33 | 0 | 0.04 | 0 | 172.94 | 1 | 0.83 |
| Hex | AA | FF | F5 | 21 | 0 | 4 | 0 | AD | 64 | 53 |
| Octal | 252 | 377 | 365 | 41 | 0 | 4 | 0 | 255 | 144 | 123 |
| Binary | 10101010 | 11111111 | 11110101 | 100001 | 0 | 100 | 0 | 10101101 | 1100100 | 1010011 |
Color Harmonies of #AAFFF5
Complementary color
Monochromatic Colors of #AAFFF5
Black with #AAFFF5
Text Example
Text Example
White with #AAFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFF5; }
p { color: rgb(170,255,245); }
H1.HeaderClassName
{
color: #AAFFF5;
}
.AnyTagClassName
{
color: #AAFFF5;
}
</style>
background-color css
<style>
a { background-color: #AAFFF5; }
a { background-color: rgb(170,255,245); }
div.DivClassName
{
background-color: #AAFFF5;
}
.BgClassName
{
background-color: #AAFFF5;
}
</style>
border-color css
<style>
span { border-color: #AAFFF5; }
span { border-color: rgb(170,255,245); }
td.TdClassName
{
border-color: #AAFFF5;
}
.TagClassName
{
border-color: #AAFFF5;
}
</style>