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