Shades of Bright Turquoise #0CECE3
Tints of Bright Turquoise #0CECE3
RGB
CMYK
RGB Variations
Color information
#0CECE3 (or 0x0CECE3) is known color: Bright Turquoise. HEX triplet: 0C, EC and E3. RGB value is (12,236,227). Sum of RGB (Red+Green+Blue) = 12+236+227=475 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.53% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 227 (89.06% from 255 or 47.79% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #0CECE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CECE3 is #F3131C. Grayscale: #A7A7A7. Windows color (decimal): -15930141 or 14937100. OLE color: 14937100.
HSL color Cylindrical-coordinate representation of color #0CECE3: hue angle of 177.59º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CECE3 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 236 | 227 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.07 |
| HSL | 177.59º | 0.9% | 0.49% | - |
| HSV(B) | 177.59º | 0.95% | 0.93% | - |
| XYZ | 44.01 | 65.62 | 83.02 | - |
| YUV | 168 | 161.29 | 16.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 227 | 0.95 | 0 | 0.04 | 0.07 | 177.59 | 0.9 | 0.49 |
| Hex | C | EC | E3 | 5F | 0 | 4 | 7 | B2 | 5A | 31 |
| Octal | 14 | 354 | 343 | 137 | 0 | 4 | 7 | 262 | 132 | 61 |
| Binary | 1100 | 11101100 | 11100011 | 1011111 | 0 | 100 | 111 | 10110010 | 1011010 | 110001 |
Color Harmonies of #0CECE3
Complementary color
Monochromatic Colors of #0CECE3
Black with #0CECE3
Text Example
Text Example
White with #0CECE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CECE3; }
p { color: rgb(12,236,227); }
H1.HeaderClassName
{
color: #0CECE3;
}
.AnyTagClassName
{
color: #0CECE3;
}
</style>
background-color css
<style>
a { background-color: #0CECE3; }
a { background-color: rgb(12,236,227); }
div.DivClassName
{
background-color: #0CECE3;
}
.BgClassName
{
background-color: #0CECE3;
}
</style>
border-color css
<style>
span { border-color: #0CECE3; }
span { border-color: rgb(12,236,227); }
td.TdClassName
{
border-color: #0CECE3;
}
.TagClassName
{
border-color: #0CECE3;
}
</style>