Shades of Bright Turquoise #0AE8EC
Tints of Bright Turquoise #0AE8EC
RGB
CMYK
RGB Variations
Color information
#0AE8EC (or 0x0AE8EC) is known color: Bright Turquoise. HEX triplet: 0A, E8 and EC. RGB value is (10,232,236). Sum of RGB (Red+Green+Blue) = 10+232+236=478 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.09% from 478); Green value is 232 (91.02% from 255 or 48.54% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #0AE8EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AE8EC is #F51713. Grayscale: #A5A5A5. Windows color (decimal): -16062228 or 15525898. OLE color: 15525898.
HSL color Cylindrical-coordinate representation of color #0AE8EC: hue angle of 181.06º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE8EC is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 232 | 236 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.07 |
| HSL | 181.06º | 0.92% | 0.48% | - |
| HSV(B) | 181.06º | 0.96% | 0.93% | - |
| XYZ | 44.12 | 63.83 | 89.35 | - |
| YUV | 166.08 | 167.45 | 16.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 232 | 236 | 0.96 | 0.02 | 0 | 0.07 | 181.06 | 0.92 | 0.48 |
| Hex | A | E8 | EC | 60 | 2 | 0 | 7 | B5 | 5C | 30 |
| Octal | 12 | 350 | 354 | 140 | 2 | 0 | 7 | 265 | 134 | 60 |
| Binary | 1010 | 11101000 | 11101100 | 1100000 | 10 | 0 | 111 | 10110101 | 1011100 | 110000 |
Color Harmonies of #0AE8EC
Complementary color
Monochromatic Colors of #0AE8EC
Black with #0AE8EC
Text Example
Text Example
White with #0AE8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE8EC; }
p { color: rgb(10,232,236); }
H1.HeaderClassName
{
color: #0AE8EC;
}
.AnyTagClassName
{
color: #0AE8EC;
}
</style>
background-color css
<style>
a { background-color: #0AE8EC; }
a { background-color: rgb(10,232,236); }
div.DivClassName
{
background-color: #0AE8EC;
}
.BgClassName
{
background-color: #0AE8EC;
}
</style>
border-color css
<style>
span { border-color: #0AE8EC; }
span { border-color: rgb(10,232,236); }
td.TdClassName
{
border-color: #0AE8EC;
}
.TagClassName
{
border-color: #0AE8EC;
}
</style>