Shades of Pale Turquoise #AAF4FB
Tints of Pale Turquoise #AAF4FB
RGB
CMYK
RGB Variations
Color information
#AAF4FB (or 0xAAF4FB) is known color: Pale Turquoise. HEX triplet: AA, F4 and FB. RGB value is (170,244,251). Sum of RGB (Red+Green+Blue) = 170+244+251=665 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.56% from 665); Green value is 244 (95.70% from 255 or 36.69% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAF4FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF4FB is #550B04. Grayscale: #DEDEDE. Windows color (decimal): -5573381 or 16512170. OLE color: 16512170.
HSL color Cylindrical-coordinate representation of color #AAF4FB: hue angle of 185.19º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF4FB is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 244 | 251 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.02 |
| HSL | 185.19º | 0.91% | 0.83% | - |
| HSV(B) | 185.19º | 0.32% | 0.98% | - |
| XYZ | 66.34 | 80.21 | 103.25 | - |
| YUV | 222.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 251 | 0.32 | 0.03 | 0 | 0.02 | 185.19 | 0.91 | 0.83 |
| Hex | AA | F4 | FB | 20 | 3 | 0 | 2 | B9 | 5B | 53 |
| Octal | 252 | 364 | 373 | 40 | 3 | 0 | 2 | 271 | 133 | 123 |
| Binary | 10101010 | 11110100 | 11111011 | 100000 | 11 | 0 | 10 | 10111001 | 1011011 | 1010011 |
Color Harmonies of #AAF4FB
Complementary color
Monochromatic Colors of #AAF4FB
Black with #AAF4FB
Text Example
Text Example
White with #AAF4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF4FB; }
p { color: rgb(170,244,251); }
H1.HeaderClassName
{
color: #AAF4FB;
}
.AnyTagClassName
{
color: #AAF4FB;
}
</style>
background-color css
<style>
a { background-color: #AAF4FB; }
a { background-color: rgb(170,244,251); }
div.DivClassName
{
background-color: #AAF4FB;
}
.BgClassName
{
background-color: #AAF4FB;
}
</style>
border-color css
<style>
span { border-color: #AAF4FB; }
span { border-color: rgb(170,244,251); }
td.TdClassName
{
border-color: #AAF4FB;
}
.TagClassName
{
border-color: #AAF4FB;
}
</style>