Shades of Pale Turquoise #AAF3F1
Tints of Pale Turquoise #AAF3F1
RGB
CMYK
RGB Variations
Color information
#AAF3F1 (or 0xAAF3F1) is known color: Pale Turquoise. HEX triplet: AA, F3 and F1. RGB value is (170,243,241). Sum of RGB (Red+Green+Blue) = 170+243+241=654 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.99% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF3F1 is #550C0E. Grayscale: #DCDCDC. Windows color (decimal): -5573647 or 15856554. OLE color: 15856554.
HSL color Cylindrical-coordinate representation of color #AAF3F1: hue angle of 178.36º 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 #AAF3F1 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 241 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.05 |
| HSL | 178.36º | 0.75% | 0.81% | - |
| HSV(B) | 178.36º | 0.3% | 0.95% | - |
| XYZ | 64.51 | 79 | 95.07 | - |
| YUV | 220.95 | 139.32 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 241 | 0.30 | 0 | 0.01 | 0.05 | 178.36 | 0.75 | 0.81 |
| Hex | AA | F3 | F1 | 1E | 0 | 1 | 5 | B2 | 4B | 51 |
| Octal | 252 | 363 | 361 | 36 | 0 | 1 | 5 | 262 | 113 | 121 |
| Binary | 10101010 | 11110011 | 11110001 | 11110 | 0 | 1 | 101 | 10110010 | 1001011 | 1010001 |
Color Harmonies of #AAF3F1
Complementary color
Monochromatic Colors of #AAF3F1
Black with #AAF3F1
Text Example
Text Example
White with #AAF3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF3F1; }
p { color: rgb(170,243,241); }
H1.HeaderClassName
{
color: #AAF3F1;
}
.AnyTagClassName
{
color: #AAF3F1;
}
</style>
background-color css
<style>
a { background-color: #AAF3F1; }
a { background-color: rgb(170,243,241); }
div.DivClassName
{
background-color: #AAF3F1;
}
.BgClassName
{
background-color: #AAF3F1;
}
</style>
border-color css
<style>
span { border-color: #AAF3F1; }
span { border-color: rgb(170,243,241); }
td.TdClassName
{
border-color: #AAF3F1;
}
.TagClassName
{
border-color: #AAF3F1;
}
</style>