Shades of Bright Turquoise #0CEBDC
Tints of Bright Turquoise #0CEBDC
RGB
CMYK
RGB Variations
Color information
#0CEBDC (or 0x0CEBDC) is known color: Bright Turquoise. HEX triplet: 0C, EB and DC. RGB value is (12,235,220). Sum of RGB (Red+Green+Blue) = 12+235+220=467 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.57% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEBDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEBDC is #F31423. Grayscale: #A6A6A6. Windows color (decimal): -15930404 or 14478092. OLE color: 14478092.
HSL color Cylindrical-coordinate representation of color #0CEBDC: hue angle of 175.96º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEBDC is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 235 | 220 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.08 |
| HSL | 175.96º | 0.9% | 0.48% | - |
| HSV(B) | 175.96º | 0.95% | 0.92% | - |
| XYZ | 42.78 | 64.66 | 77.94 | - |
| YUV | 166.61 | 158.12 | 17.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 235 | 220 | 0.95 | 0 | 0.06 | 0.08 | 175.96 | 0.9 | 0.48 |
| Hex | C | EB | DC | 5F | 0 | 6 | 8 | B0 | 5A | 30 |
| Octal | 14 | 353 | 334 | 137 | 0 | 6 | 10 | 260 | 132 | 60 |
| Binary | 1100 | 11101011 | 11011100 | 1011111 | 0 | 110 | 1000 | 10110000 | 1011010 | 110000 |
Color Harmonies of #0CEBDC
Complementary color
Monochromatic Colors of #0CEBDC
Black with #0CEBDC
Text Example
Text Example
White with #0CEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEBDC; }
p { color: rgb(12,235,220); }
H1.HeaderClassName
{
color: #0CEBDC;
}
.AnyTagClassName
{
color: #0CEBDC;
}
</style>
background-color css
<style>
a { background-color: #0CEBDC; }
a { background-color: rgb(12,235,220); }
div.DivClassName
{
background-color: #0CEBDC;
}
.BgClassName
{
background-color: #0CEBDC;
}
</style>
border-color css
<style>
span { border-color: #0CEBDC; }
span { border-color: rgb(12,235,220); }
td.TdClassName
{
border-color: #0CEBDC;
}
.TagClassName
{
border-color: #0CEBDC;
}
</style>