Shades of Bright Turquoise #0CECE4
Tints of Bright Turquoise #0CECE4
RGB
CMYK
RGB Variations
Color information
#0CECE4 (or 0x0CECE4) is known color: Bright Turquoise. HEX triplet: 0C, EC and E4. RGB value is (12,236,228). Sum of RGB (Red+Green+Blue) = 12+236+228=476 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.52% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 228 (89.45% from 255 or 47.90% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #0CECE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CECE4 is #F3131B. Grayscale: #A7A7A7. Windows color (decimal): -15930140 or 15002636. OLE color: 15002636.
HSL color Cylindrical-coordinate representation of color #0CECE4: hue angle of 177.86º 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 #0CECE4 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 236 | 228 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.07 |
| HSL | 177.86º | 0.9% | 0.49% | - |
| HSV(B) | 177.86º | 0.95% | 0.93% | - |
| XYZ | 44.15 | 65.67 | 83.75 | - |
| YUV | 168.11 | 161.79 | 16.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 228 | 0.95 | 0 | 0.03 | 0.07 | 177.86 | 0.9 | 0.49 |
| Hex | C | EC | E4 | 5F | 0 | 3 | 7 | B2 | 5A | 31 |
| Octal | 14 | 354 | 344 | 137 | 0 | 3 | 7 | 262 | 132 | 61 |
| Binary | 1100 | 11101100 | 11100100 | 1011111 | 0 | 11 | 111 | 10110010 | 1011010 | 110001 |
Color Harmonies of #0CECE4
Complementary color
Monochromatic Colors of #0CECE4
Black with #0CECE4
Text Example
Text Example
White with #0CECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CECE4; }
p { color: rgb(12,236,228); }
H1.HeaderClassName
{
color: #0CECE4;
}
.AnyTagClassName
{
color: #0CECE4;
}
</style>
background-color css
<style>
a { background-color: #0CECE4; }
a { background-color: rgb(12,236,228); }
div.DivClassName
{
background-color: #0CECE4;
}
.BgClassName
{
background-color: #0CECE4;
}
</style>
border-color css
<style>
span { border-color: #0CECE4; }
span { border-color: rgb(12,236,228); }
td.TdClassName
{
border-color: #0CECE4;
}
.TagClassName
{
border-color: #0CECE4;
}
</style>