Shades of Pale Turquoise #AAFFFE
Tints of Pale Turquoise #AAFFFE
RGB
CMYK
RGB Variations
Color information
#AAFFFE (or 0xAAFFFE) is known color: Pale Turquoise. HEX triplet: AA, FF and FE. RGB value is (170,255,254). Sum of RGB (Red+Green+Blue) = 170+255+254=679 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.04% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFFE is #550001. Grayscale: #E5E5E5. Windows color (decimal): -5570562 or 16711594. OLE color: 16711594.
HSL color Cylindrical-coordinate representation of color #AAFFFE: hue angle of 179.29º 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 #AAFFFE is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 254 | - |
| CMYK | 0.33 | 0 | 0.00 | 0 |
| HSL | 179.29º | 1% | 0.83% | - |
| HSV(B) | 179.29º | 0.33% | 1% | - |
| XYZ | 70.23 | 87.22 | 106.9 | - |
| YUV | 229.47 | 141.84 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 254 | 0.33 | 0 | 0.00 | 0 | 179.29 | 1 | 0.83 |
| Hex | AA | FF | FE | 21 | 0 | 0 | 0 | B3 | 64 | 53 |
| Octal | 252 | 377 | 376 | 41 | 0 | 0 | 0 | 263 | 144 | 123 |
| Binary | 10101010 | 11111111 | 11111110 | 100001 | 0 | 0 | 0 | 10110011 | 1100100 | 1010011 |
Color Harmonies of #AAFFFE
Complementary color
Monochromatic Colors of #AAFFFE
Black with #AAFFFE
Text Example
Text Example
White with #AAFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFFE; }
p { color: rgb(170,255,254); }
H1.HeaderClassName
{
color: #AAFFFE;
}
.AnyTagClassName
{
color: #AAFFFE;
}
</style>
background-color css
<style>
a { background-color: #AAFFFE; }
a { background-color: rgb(170,255,254); }
div.DivClassName
{
background-color: #AAFFFE;
}
.BgClassName
{
background-color: #AAFFFE;
}
</style>
border-color css
<style>
span { border-color: #AAFFFE; }
span { border-color: rgb(170,255,254); }
td.TdClassName
{
border-color: #AAFFFE;
}
.TagClassName
{
border-color: #AAFFFE;
}
</style>