Shades of Pale Turquoise #A6F9EA
Tints of Pale Turquoise #A6F9EA
RGB
CMYK
RGB Variations
Color information
#A6F9EA (or 0xA6F9EA) is known color: Pale Turquoise. HEX triplet: A6, F9 and EA. RGB value is (166,249,234). Sum of RGB (Red+Green+Blue) = 166+249+234=649 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.58% from 649); Green value is 249 (97.66% from 255 or 38.37% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F9EA is #590615. Grayscale: #DEDEDE. Windows color (decimal): -5834262 or 15399334. OLE color: 15399334.
HSL color Cylindrical-coordinate representation of color #A6F9EA: hue angle of 169.16º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F9EA is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 249 | 234 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.02 |
| HSL | 169.16º | 0.87% | 0.81% | - |
| HSV(B) | 169.16º | 0.33% | 0.98% | - |
| XYZ | 64.45 | 81.8 | 90.23 | - |
| YUV | 222.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 249 | 234 | 0.33 | 0 | 0.06 | 0.02 | 169.16 | 0.87 | 0.81 |
| Hex | A6 | F9 | EA | 21 | 0 | 6 | 2 | A9 | 57 | 51 |
| Octal | 246 | 371 | 352 | 41 | 0 | 6 | 2 | 251 | 127 | 121 |
| Binary | 10100110 | 11111001 | 11101010 | 100001 | 0 | 110 | 10 | 10101001 | 1010111 | 1010001 |
Color Harmonies of #A6F9EA
Complementary color
Monochromatic Colors of #A6F9EA
Black with #A6F9EA
Text Example
Text Example
White with #A6F9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F9EA; }
p { color: rgb(166,249,234); }
H1.HeaderClassName
{
color: #A6F9EA;
}
.AnyTagClassName
{
color: #A6F9EA;
}
</style>
background-color css
<style>
a { background-color: #A6F9EA; }
a { background-color: rgb(166,249,234); }
div.DivClassName
{
background-color: #A6F9EA;
}
.BgClassName
{
background-color: #A6F9EA;
}
</style>
border-color css
<style>
span { border-color: #A6F9EA; }
span { border-color: rgb(166,249,234); }
td.TdClassName
{
border-color: #A6F9EA;
}
.TagClassName
{
border-color: #A6F9EA;
}
</style>