Shades of Bright Turquoise #0AE9C0
Tints of Bright Turquoise #0AE9C0
RGB
CMYK
RGB Variations
Color information
#0AE9C0 (or 0x0AE9C0) is known color: Bright Turquoise. HEX triplet: 0A, E9 and C0. RGB value is (10,233,192). Sum of RGB (Red+Green+Blue) = 10+233+192=435 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 435); Green value is 233 (91.41% from 255 or 53.56% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 233 - color contains mainly: green. Hex color #0AE9C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AE9C0 is #F5163F. Grayscale: #A1A1A1. Windows color (decimal): -16062016 or 12642570. OLE color: 12642570.
HSL color Cylindrical-coordinate representation of color #0AE9C0: hue angle of 168.97º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE9C0 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 233 | 192 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.09 |
| HSL | 168.97º | 0.92% | 0.48% | - |
| HSV(B) | 168.97º | 0.96% | 0.91% | - |
| XYZ | 38.78 | 62.15 | 59.82 | - |
| YUV | 161.65 | 145.12 | 19.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 233 | 192 | 0.96 | 0 | 0.18 | 0.09 | 168.97 | 0.92 | 0.48 |
| Hex | A | E9 | C0 | 60 | 0 | 12 | 9 | A9 | 5C | 30 |
| Octal | 12 | 351 | 300 | 140 | 0 | 22 | 11 | 251 | 134 | 60 |
| Binary | 1010 | 11101001 | 11000000 | 1100000 | 0 | 10010 | 1001 | 10101001 | 1011100 | 110000 |
Color Harmonies of #0AE9C0
Complementary color
Monochromatic Colors of #0AE9C0
Black with #0AE9C0
Text Example
Text Example
White with #0AE9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE9C0; }
p { color: rgb(10,233,192); }
H1.HeaderClassName
{
color: #0AE9C0;
}
.AnyTagClassName
{
color: #0AE9C0;
}
</style>
background-color css
<style>
a { background-color: #0AE9C0; }
a { background-color: rgb(10,233,192); }
div.DivClassName
{
background-color: #0AE9C0;
}
.BgClassName
{
background-color: #0AE9C0;
}
</style>
border-color css
<style>
span { border-color: #0AE9C0; }
span { border-color: rgb(10,233,192); }
td.TdClassName
{
border-color: #0AE9C0;
}
.TagClassName
{
border-color: #0AE9C0;
}
</style>