Shades of Pale Turquoise #AAF2FC
Tints of Pale Turquoise #AAF2FC
RGB
CMYK
RGB Variations
Color information
#AAF2FC (or 0xAAF2FC) is known color: Pale Turquoise. HEX triplet: AA, F2 and FC. RGB value is (170,242,252). Sum of RGB (Red+Green+Blue) = 170+242+252=664 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.60% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAF2FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF2FC is #550D03. Grayscale: #DDDDDD. Windows color (decimal): -5573892 or 16577194. OLE color: 16577194.
HSL color Cylindrical-coordinate representation of color #AAF2FC: hue angle of 187.32º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAF2FC is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 242 | 252 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.01 |
| HSL | 187.32º | 0.93% | 0.83% | - |
| HSV(B) | 187.32º | 0.33% | 0.99% | - |
| XYZ | 65.9 | 79.08 | 103.89 | - |
| YUV | 221.61 | 145.15 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 252 | 0.33 | 0.04 | 0 | 0.01 | 187.32 | 0.93 | 0.83 |
| Hex | AA | F2 | FC | 21 | 4 | 0 | 1 | BB | 5D | 53 |
| Octal | 252 | 362 | 374 | 41 | 4 | 0 | 1 | 273 | 135 | 123 |
| Binary | 10101010 | 11110010 | 11111100 | 100001 | 100 | 0 | 1 | 10111011 | 1011101 | 1010011 |
Color Harmonies of #AAF2FC
Complementary color
Monochromatic Colors of #AAF2FC
Black with #AAF2FC
Text Example
Text Example
White with #AAF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2FC; }
p { color: rgb(170,242,252); }
H1.HeaderClassName
{
color: #AAF2FC;
}
.AnyTagClassName
{
color: #AAF2FC;
}
</style>
background-color css
<style>
a { background-color: #AAF2FC; }
a { background-color: rgb(170,242,252); }
div.DivClassName
{
background-color: #AAF2FC;
}
.BgClassName
{
background-color: #AAF2FC;
}
</style>
border-color css
<style>
span { border-color: #AAF2FC; }
span { border-color: rgb(170,242,252); }
td.TdClassName
{
border-color: #AAF2FC;
}
.TagClassName
{
border-color: #AAF2FC;
}
</style>