Shades of Pale Turquoise #AAF4FE
Tints of Pale Turquoise #AAF4FE
RGB
CMYK
RGB Variations
Color information
#AAF4FE (or 0xAAF4FE) is known color: Pale Turquoise. HEX triplet: AA, F4 and FE. RGB value is (170,244,254). Sum of RGB (Red+Green+Blue) = 170+244+254=668 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.45% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAF4FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF4FE is #550B01. Grayscale: #DEDEDE. Windows color (decimal): -5573378 or 16708778. OLE color: 16708778.
HSL color Cylindrical-coordinate representation of color #AAF4FE: hue angle of 187.14º 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 #AAF4FE is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 244 | 254 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.00 |
| HSL | 187.14º | 0.98% | 0.83% | - |
| HSV(B) | 187.14º | 0.33% | 1% | - |
| XYZ | 66.82 | 80.4 | 105.76 | - |
| YUV | 223.01 | 145.48 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 254 | 0.33 | 0.04 | 0 | 0.00 | 187.14 | 0.98 | 0.83 |
| Hex | AA | F4 | FE | 21 | 4 | 0 | 0 | BB | 62 | 53 |
| Octal | 252 | 364 | 376 | 41 | 4 | 0 | 0 | 273 | 142 | 123 |
| Binary | 10101010 | 11110100 | 11111110 | 100001 | 100 | 0 | 0 | 10111011 | 1100010 | 1010011 |
Color Harmonies of #AAF4FE
Complementary color
Monochromatic Colors of #AAF4FE
Black with #AAF4FE
Text Example
Text Example
White with #AAF4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF4FE; }
p { color: rgb(170,244,254); }
H1.HeaderClassName
{
color: #AAF4FE;
}
.AnyTagClassName
{
color: #AAF4FE;
}
</style>
background-color css
<style>
a { background-color: #AAF4FE; }
a { background-color: rgb(170,244,254); }
div.DivClassName
{
background-color: #AAF4FE;
}
.BgClassName
{
background-color: #AAF4FE;
}
</style>
border-color css
<style>
span { border-color: #AAF4FE; }
span { border-color: rgb(170,244,254); }
td.TdClassName
{
border-color: #AAF4FE;
}
.TagClassName
{
border-color: #AAF4FE;
}
</style>