Shades of Bright Turquoise #0AECC0
Tints of Bright Turquoise #0AECC0
RGB
CMYK
RGB Variations
Color information
#0AECC0 (or 0x0AECC0) is known color: Bright Turquoise. HEX triplet: 0A, EC and C0. RGB value is (10,236,192). Sum of RGB (Red+Green+Blue) = 10+236+192=438 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.28% from 438); Green value is 236 (92.58% from 255 or 53.88% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 236 - color contains mainly: green. Hex color #0AECC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AECC0 is #F5133F. Grayscale: #A3A3A3. Windows color (decimal): -16061248 or 12643338. OLE color: 12643338.
HSL color Cylindrical-coordinate representation of color #0AECC0: hue angle of 168.32º 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 #0AECC0 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 236 | 192 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.07 |
| HSL | 168.32º | 0.92% | 0.48% | - |
| HSV(B) | 168.32º | 0.96% | 0.93% | - |
| XYZ | 39.64 | 63.86 | 60.11 | - |
| YUV | 163.41 | 144.13 | 18.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 192 | 0.96 | 0 | 0.19 | 0.07 | 168.32 | 0.92 | 0.48 |
| Hex | A | EC | C0 | 60 | 0 | 13 | 7 | A8 | 5C | 30 |
| Octal | 12 | 354 | 300 | 140 | 0 | 23 | 7 | 250 | 134 | 60 |
| Binary | 1010 | 11101100 | 11000000 | 1100000 | 0 | 10011 | 111 | 10101000 | 1011100 | 110000 |
Color Harmonies of #0AECC0
Complementary color
Monochromatic Colors of #0AECC0
Black with #0AECC0
Text Example
Text Example
White with #0AECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AECC0; }
p { color: rgb(10,236,192); }
H1.HeaderClassName
{
color: #0AECC0;
}
.AnyTagClassName
{
color: #0AECC0;
}
</style>
background-color css
<style>
a { background-color: #0AECC0; }
a { background-color: rgb(10,236,192); }
div.DivClassName
{
background-color: #0AECC0;
}
.BgClassName
{
background-color: #0AECC0;
}
</style>
border-color css
<style>
span { border-color: #0AECC0; }
span { border-color: rgb(10,236,192); }
td.TdClassName
{
border-color: #0AECC0;
}
.TagClassName
{
border-color: #0AECC0;
}
</style>