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