Shades of Pale Turquoise #AAF2F3
Tints of Pale Turquoise #AAF2F3
RGB
CMYK
RGB Variations
Color information
#AAF2F3 (or 0xAAF2F3) is known color: Pale Turquoise. HEX triplet: AA, F2 and F3. RGB value is (170,242,243). Sum of RGB (Red+Green+Blue) = 170+242+243=655 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.95% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAF2F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF2F3 is #550D0C. Grayscale: #DCDCDC. Windows color (decimal): -5573901 or 15987370. OLE color: 15987370.
HSL color Cylindrical-coordinate representation of color #AAF2F3: hue angle of 180.82º 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 #AAF2F3 is Cyan = 0.30, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 243 | - |
| CMYK | 0.30 | 0.00 | 0 | 0.05 |
| HSL | 180.82º | 0.75% | 0.81% | - |
| HSV(B) | 180.82º | 0.3% | 0.95% | - |
| XYZ | 64.51 | 78.52 | 96.55 | - |
| YUV | 220.59 | 140.65 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 243 | 0.30 | 0.00 | 0 | 0.05 | 180.82 | 0.75 | 0.81 |
| Hex | AA | F2 | F3 | 1E | 0 | 0 | 5 | B5 | 4B | 51 |
| Octal | 252 | 362 | 363 | 36 | 0 | 0 | 5 | 265 | 113 | 121 |
| Binary | 10101010 | 11110010 | 11110011 | 11110 | 0 | 0 | 101 | 10110101 | 1001011 | 1010001 |
Color Harmonies of #AAF2F3
Complementary color
Monochromatic Colors of #AAF2F3
Black with #AAF2F3
Text Example
Text Example
White with #AAF2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2F3; }
p { color: rgb(170,242,243); }
H1.HeaderClassName
{
color: #AAF2F3;
}
.AnyTagClassName
{
color: #AAF2F3;
}
</style>
background-color css
<style>
a { background-color: #AAF2F3; }
a { background-color: rgb(170,242,243); }
div.DivClassName
{
background-color: #AAF2F3;
}
.BgClassName
{
background-color: #AAF2F3;
}
</style>
border-color css
<style>
span { border-color: #AAF2F3; }
span { border-color: rgb(170,242,243); }
td.TdClassName
{
border-color: #AAF2F3;
}
.TagClassName
{
border-color: #AAF2F3;
}
</style>