Shades of Pale Turquoise #AAF3FB
Tints of Pale Turquoise #AAF3FB
RGB
CMYK
RGB Variations
Color information
#AAF3FB (or 0xAAF3FB) is known color: Pale Turquoise. HEX triplet: AA, F3 and FB. RGB value is (170,243,251). Sum of RGB (Red+Green+Blue) = 170+243+251=664 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.60% from 664); Green value is 243 (95.31% from 255 or 36.60% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAF3FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF3FB is #550C04. Grayscale: #DDDDDD. Windows color (decimal): -5573637 or 16511914. OLE color: 16511914.
HSL color Cylindrical-coordinate representation of color #AAF3FB: hue angle of 185.93º 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 #AAF3FB is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 243 | 251 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.02 |
| HSL | 185.93º | 0.91% | 0.83% | - |
| HSV(B) | 185.93º | 0.32% | 0.98% | - |
| XYZ | 66.04 | 79.61 | 103.15 | - |
| YUV | 222.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 251 | 0.32 | 0.03 | 0 | 0.02 | 185.93 | 0.91 | 0.83 |
| Hex | AA | F3 | FB | 20 | 3 | 0 | 2 | BA | 5B | 53 |
| Octal | 252 | 363 | 373 | 40 | 3 | 0 | 2 | 272 | 133 | 123 |
| Binary | 10101010 | 11110011 | 11111011 | 100000 | 11 | 0 | 10 | 10111010 | 1011011 | 1010011 |
Color Harmonies of #AAF3FB
Complementary color
Monochromatic Colors of #AAF3FB
Black with #AAF3FB
Text Example
Text Example
White with #AAF3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF3FB; }
p { color: rgb(170,243,251); }
H1.HeaderClassName
{
color: #AAF3FB;
}
.AnyTagClassName
{
color: #AAF3FB;
}
</style>
background-color css
<style>
a { background-color: #AAF3FB; }
a { background-color: rgb(170,243,251); }
div.DivClassName
{
background-color: #AAF3FB;
}
.BgClassName
{
background-color: #AAF3FB;
}
</style>
border-color css
<style>
span { border-color: #AAF3FB; }
span { border-color: rgb(170,243,251); }
td.TdClassName
{
border-color: #AAF3FB;
}
.TagClassName
{
border-color: #AAF3FB;
}
</style>