Shades of Bright Turquoise #0CECDB
Tints of Bright Turquoise #0CECDB
RGB
CMYK
RGB Variations
Color information
#0CECDB (or 0x0CECDB) is known color: Bright Turquoise. HEX triplet: 0C, EC and DB. RGB value is (12,236,219). Sum of RGB (Red+Green+Blue) = 12+236+219=467 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.57% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #0CECDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CECDB is #F31324. Grayscale: #A6A6A6. Windows color (decimal): -15930149 or 14412812. OLE color: 14412812.
HSL color Cylindrical-coordinate representation of color #0CECDB: hue angle of 175.45º 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 #0CECDB is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 236 | 219 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.07 |
| HSL | 175.45º | 0.9% | 0.49% | - |
| HSV(B) | 175.45º | 0.95% | 0.93% | - |
| XYZ | 42.93 | 65.18 | 77.34 | - |
| YUV | 167.09 | 157.29 | 17.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 219 | 0.95 | 0 | 0.07 | 0.07 | 175.45 | 0.9 | 0.49 |
| Hex | C | EC | DB | 5F | 0 | 7 | 7 | AF | 5A | 31 |
| Octal | 14 | 354 | 333 | 137 | 0 | 7 | 7 | 257 | 132 | 61 |
| Binary | 1100 | 11101100 | 11011011 | 1011111 | 0 | 111 | 111 | 10101111 | 1011010 | 110001 |
Color Harmonies of #0CECDB
Complementary color
Monochromatic Colors of #0CECDB
Black with #0CECDB
Text Example
Text Example
White with #0CECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CECDB; }
p { color: rgb(12,236,219); }
H1.HeaderClassName
{
color: #0CECDB;
}
.AnyTagClassName
{
color: #0CECDB;
}
</style>
background-color css
<style>
a { background-color: #0CECDB; }
a { background-color: rgb(12,236,219); }
div.DivClassName
{
background-color: #0CECDB;
}
.BgClassName
{
background-color: #0CECDB;
}
</style>
border-color css
<style>
span { border-color: #0CECDB; }
span { border-color: rgb(12,236,219); }
td.TdClassName
{
border-color: #0CECDB;
}
.TagClassName
{
border-color: #0CECDB;
}
</style>