Shades of Pale Turquoise #A9F6EA
Tints of Pale Turquoise #A9F6EA
RGB
CMYK
RGB Variations
Color information
#A9F6EA (or 0xA9F6EA) is known color: Pale Turquoise. HEX triplet: A9, F6 and EA. RGB value is (169,246,234). Sum of RGB (Red+Green+Blue) = 169+246+234=649 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.04% from 649); Green value is 246 (96.48% from 255 or 37.90% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 246 - color contains mainly: green. Hex color #A9F6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F6EA is #560915. Grayscale: #DDDDDD. Windows color (decimal): -5638422 or 15398569. OLE color: 15398569.
HSL color Cylindrical-coordinate representation of color #A9F6EA: hue angle of 170.65º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9F6EA is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 246 | 234 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.04 |
| HSL | 170.65º | 0.81% | 0.81% | - |
| HSV(B) | 170.65º | 0.31% | 0.96% | - |
| XYZ | 64.17 | 80.29 | 89.96 | - |
| YUV | 221.61 | 134.99 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 246 | 234 | 0.31 | 0 | 0.05 | 0.04 | 170.65 | 0.81 | 0.81 |
| Hex | A9 | F6 | EA | 1F | 0 | 5 | 4 | AB | 51 | 51 |
| Octal | 251 | 366 | 352 | 37 | 0 | 5 | 4 | 253 | 121 | 121 |
| Binary | 10101001 | 11110110 | 11101010 | 11111 | 0 | 101 | 100 | 10101011 | 1010001 | 1010001 |
Color Harmonies of #A9F6EA
Complementary color
Monochromatic Colors of #A9F6EA
Black with #A9F6EA
Text Example
Text Example
White with #A9F6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F6EA; }
p { color: rgb(169,246,234); }
H1.HeaderClassName
{
color: #A9F6EA;
}
.AnyTagClassName
{
color: #A9F6EA;
}
</style>
background-color css
<style>
a { background-color: #A9F6EA; }
a { background-color: rgb(169,246,234); }
div.DivClassName
{
background-color: #A9F6EA;
}
.BgClassName
{
background-color: #A9F6EA;
}
</style>
border-color css
<style>
span { border-color: #A9F6EA; }
span { border-color: rgb(169,246,234); }
td.TdClassName
{
border-color: #A9F6EA;
}
.TagClassName
{
border-color: #A9F6EA;
}
</style>