Shades of Pale Turquoise #A6E9EA
Tints of Pale Turquoise #A6E9EA
RGB
CMYK
RGB Variations
Color information
#A6E9EA (or 0xA6E9EA) is known color: Pale Turquoise. HEX triplet: A6, E9 and EA. RGB value is (166,233,234). Sum of RGB (Red+Green+Blue) = 166+233+234=633 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.22% from 633); Green value is 233 (91.41% from 255 or 36.81% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6E9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6E9EA is #591615. Grayscale: #D5D5D5. Windows color (decimal): -5838358 or 15395238. OLE color: 15395238.
HSL color Cylindrical-coordinate representation of color #A6E9EA: hue angle of 180.88º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6E9EA is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 233 | 234 | - |
| CMYK | 0.29 | 0.00 | 0 | 0.08 |
| HSL | 180.88º | 0.62% | 0.78% | - |
| HSV(B) | 180.88º | 0.29% | 0.92% | - |
| XYZ | 59.72 | 72.33 | 88.65 | - |
| YUV | 213.08 | 139.8 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 233 | 234 | 0.29 | 0.00 | 0 | 0.08 | 180.88 | 0.62 | 0.78 |
| Hex | A6 | E9 | EA | 1D | 0 | 0 | 8 | B5 | 3E | 4E |
| Octal | 246 | 351 | 352 | 35 | 0 | 0 | 10 | 265 | 76 | 116 |
| Binary | 10100110 | 11101001 | 11101010 | 11101 | 0 | 0 | 1000 | 10110101 | 111110 | 1001110 |
Color Harmonies of #A6E9EA
Complementary color
Monochromatic Colors of #A6E9EA
Black with #A6E9EA
Text Example
Text Example
White with #A6E9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E9EA; }
p { color: rgb(166,233,234); }
H1.HeaderClassName
{
color: #A6E9EA;
}
.AnyTagClassName
{
color: #A6E9EA;
}
</style>
background-color css
<style>
a { background-color: #A6E9EA; }
a { background-color: rgb(166,233,234); }
div.DivClassName
{
background-color: #A6E9EA;
}
.BgClassName
{
background-color: #A6E9EA;
}
</style>
border-color css
<style>
span { border-color: #A6E9EA; }
span { border-color: rgb(166,233,234); }
td.TdClassName
{
border-color: #A6E9EA;
}
.TagClassName
{
border-color: #A6E9EA;
}
</style>