Shades of Pale Turquoise #AAF3F6
Tints of Pale Turquoise #AAF3F6
RGB
CMYK
RGB Variations
Color information
#AAF3F6 (or 0xAAF3F6) is known color: Pale Turquoise. HEX triplet: AA, F3 and F6. RGB value is (170,243,246). Sum of RGB (Red+Green+Blue) = 170+243+246=659 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.80% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 246 - color contains mainly: blue. Hex color #AAF3F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF3F6 is #550C09. Grayscale: #DDDDDD. Windows color (decimal): -5573642 or 16184234. OLE color: 16184234.
HSL color Cylindrical-coordinate representation of color #AAF3F6: hue angle of 182.37º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF3F6 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 243 | 246 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.04 |
| HSL | 182.37º | 0.81% | 0.82% | - |
| HSV(B) | 182.37º | 0.31% | 0.96% | - |
| XYZ | 65.26 | 79.3 | 99.06 | - |
| YUV | 221.52 | 141.82 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 246 | 0.31 | 0.01 | 0 | 0.04 | 182.37 | 0.81 | 0.82 |
| Hex | AA | F3 | F6 | 1F | 1 | 0 | 4 | B6 | 51 | 52 |
| Octal | 252 | 363 | 366 | 37 | 1 | 0 | 4 | 266 | 121 | 122 |
| Binary | 10101010 | 11110011 | 11110110 | 11111 | 1 | 0 | 100 | 10110110 | 1010001 | 1010010 |
Color Harmonies of #AAF3F6
Complementary color
Monochromatic Colors of #AAF3F6
Black with #AAF3F6
Text Example
Text Example
White with #AAF3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF3F6; }
p { color: rgb(170,243,246); }
H1.HeaderClassName
{
color: #AAF3F6;
}
.AnyTagClassName
{
color: #AAF3F6;
}
</style>
background-color css
<style>
a { background-color: #AAF3F6; }
a { background-color: rgb(170,243,246); }
div.DivClassName
{
background-color: #AAF3F6;
}
.BgClassName
{
background-color: #AAF3F6;
}
</style>
border-color css
<style>
span { border-color: #AAF3F6; }
span { border-color: rgb(170,243,246); }
td.TdClassName
{
border-color: #AAF3F6;
}
.TagClassName
{
border-color: #AAF3F6;
}
</style>