Shades of Pale Turquoise #AAF0F3
Tints of Pale Turquoise #AAF0F3
RGB
CMYK
RGB Variations
Color information
#AAF0F3 (or 0xAAF0F3) is known color: Pale Turquoise. HEX triplet: AA, F0 and F3. RGB value is (170,240,243). Sum of RGB (Red+Green+Blue) = 170+240+243=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAF0F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF0F3 is #550F0C. Grayscale: #DBDBDB. Windows color (decimal): -5574413 or 15986858. OLE color: 15986858.
HSL color Cylindrical-coordinate representation of color #AAF0F3: hue angle of 182.47º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF0F3 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 240 | 243 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.05 |
| HSL | 182.47º | 0.75% | 0.81% | - |
| HSV(B) | 182.47º | 0.3% | 0.95% | - |
| XYZ | 63.92 | 77.34 | 96.35 | - |
| YUV | 219.41 | 141.31 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 243 | 0.30 | 0.01 | 0 | 0.05 | 182.47 | 0.75 | 0.81 |
| Hex | AA | F0 | F3 | 1E | 1 | 0 | 5 | B6 | 4B | 51 |
| Octal | 252 | 360 | 363 | 36 | 1 | 0 | 5 | 266 | 113 | 121 |
| Binary | 10101010 | 11110000 | 11110011 | 11110 | 1 | 0 | 101 | 10110110 | 1001011 | 1010001 |
Color Harmonies of #AAF0F3
Complementary color
Monochromatic Colors of #AAF0F3
Black with #AAF0F3
Text Example
Text Example
White with #AAF0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF0F3; }
p { color: rgb(170,240,243); }
H1.HeaderClassName
{
color: #AAF0F3;
}
.AnyTagClassName
{
color: #AAF0F3;
}
</style>
background-color css
<style>
a { background-color: #AAF0F3; }
a { background-color: rgb(170,240,243); }
div.DivClassName
{
background-color: #AAF0F3;
}
.BgClassName
{
background-color: #AAF0F3;
}
</style>
border-color css
<style>
span { border-color: #AAF0F3; }
span { border-color: rgb(170,240,243); }
td.TdClassName
{
border-color: #AAF0F3;
}
.TagClassName
{
border-color: #AAF0F3;
}
</style>