Shades of Pale Turquoise #AAF6F2
Tints of Pale Turquoise #AAF6F2
RGB
CMYK
RGB Variations
Color information
#AAF6F2 (or 0xAAF6F2) is known color: Pale Turquoise. HEX triplet: AA, F6 and F2. RGB value is (170,246,242). Sum of RGB (Red+Green+Blue) = 170+246+242=658 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.84% from 658); Green value is 246 (96.48% from 255 or 37.39% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF6F2 is #55090D. Grayscale: #DEDEDE. Windows color (decimal): -5572878 or 15922858. OLE color: 15922858.
HSL color Cylindrical-coordinate representation of color #AAF6F2: hue angle of 176.84º 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 #AAF6F2 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 242 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.04 |
| HSL | 176.84º | 0.81% | 0.82% | - |
| HSV(B) | 176.84º | 0.31% | 0.96% | - |
| XYZ | 65.56 | 80.87 | 96.16 | - |
| YUV | 222.82 | 138.82 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 242 | 0.31 | 0 | 0.02 | 0.04 | 176.84 | 0.81 | 0.82 |
| Hex | AA | F6 | F2 | 1F | 0 | 2 | 4 | B1 | 51 | 52 |
| Octal | 252 | 366 | 362 | 37 | 0 | 2 | 4 | 261 | 121 | 122 |
| Binary | 10101010 | 11110110 | 11110010 | 11111 | 0 | 10 | 100 | 10110001 | 1010001 | 1010010 |
Color Harmonies of #AAF6F2
Complementary color
Monochromatic Colors of #AAF6F2
Black with #AAF6F2
Text Example
Text Example
White with #AAF6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF6F2; }
p { color: rgb(170,246,242); }
H1.HeaderClassName
{
color: #AAF6F2;
}
.AnyTagClassName
{
color: #AAF6F2;
}
</style>
background-color css
<style>
a { background-color: #AAF6F2; }
a { background-color: rgb(170,246,242); }
div.DivClassName
{
background-color: #AAF6F2;
}
.BgClassName
{
background-color: #AAF6F2;
}
</style>
border-color css
<style>
span { border-color: #AAF6F2; }
span { border-color: rgb(170,246,242); }
td.TdClassName
{
border-color: #AAF6F2;
}
.TagClassName
{
border-color: #AAF6F2;
}
</style>