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