Shades of Pale Turquoise #AAF2FE
Tints of Pale Turquoise #AAF2FE
RGB
CMYK
RGB Variations
Color information
#AAF2FE (or 0xAAF2FE) is known color: Pale Turquoise. HEX triplet: AA, F2 and FE. RGB value is (170,242,254). Sum of RGB (Red+Green+Blue) = 170+242+254=666 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.53% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAF2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF2FE is #550D01. Grayscale: #DDDDDD. Windows color (decimal): -5573890 or 16708266. OLE color: 16708266.
HSL color Cylindrical-coordinate representation of color #AAF2FE: hue angle of 188.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAF2FE is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 242 | 254 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.00 |
| HSL | 188.57º | 0.98% | 0.83% | - |
| HSV(B) | 188.57º | 0.33% | 1% | - |
| XYZ | 66.22 | 79.21 | 105.56 | - |
| YUV | 221.84 | 146.15 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 254 | 0.33 | 0.05 | 0 | 0.00 | 188.57 | 0.98 | 0.83 |
| Hex | AA | F2 | FE | 21 | 5 | 0 | 0 | BD | 62 | 53 |
| Octal | 252 | 362 | 376 | 41 | 5 | 0 | 0 | 275 | 142 | 123 |
| Binary | 10101010 | 11110010 | 11111110 | 100001 | 101 | 0 | 0 | 10111101 | 1100010 | 1010011 |
Color Harmonies of #AAF2FE
Complementary color
Monochromatic Colors of #AAF2FE
Black with #AAF2FE
Text Example
Text Example
White with #AAF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2FE; }
p { color: rgb(170,242,254); }
H1.HeaderClassName
{
color: #AAF2FE;
}
.AnyTagClassName
{
color: #AAF2FE;
}
</style>
background-color css
<style>
a { background-color: #AAF2FE; }
a { background-color: rgb(170,242,254); }
div.DivClassName
{
background-color: #AAF2FE;
}
.BgClassName
{
background-color: #AAF2FE;
}
</style>
border-color css
<style>
span { border-color: #AAF2FE; }
span { border-color: rgb(170,242,254); }
td.TdClassName
{
border-color: #AAF2FE;
}
.TagClassName
{
border-color: #AAF2FE;
}
</style>