Shades of Bright Turquoise #0CEBBC
Tints of Bright Turquoise #0CEBBC
RGB
CMYK
RGB Variations
Color information
#0CEBBC (or 0x0CEBBC) is known color: Bright Turquoise. HEX triplet: 0C, EB and BC. RGB value is (12,235,188). Sum of RGB (Red+Green+Blue) = 12+235+188=435 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 435); Green value is 235 (92.19% from 255 or 54.02% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEBBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEBBC is #F31443. Grayscale: #A2A2A2. Windows color (decimal): -15930436 or 12380940. OLE color: 12380940.
HSL color Cylindrical-coordinate representation of color #0CEBBC: hue angle of 167.35º 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 #0CEBBC is Cyan = 0.95, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 235 | 188 | - |
| CMYK | 0.95 | 0 | 0.2 | 0.08 |
| HSL | 167.35º | 0.9% | 0.48% | - |
| HSV(B) | 167.35º | 0.95% | 0.92% | - |
| XYZ | 38.94 | 63.13 | 57.71 | - |
| YUV | 162.97 | 142.12 | 20.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 235 | 188 | 0.95 | 0 | 0.2 | 0.08 | 167.35 | 0.9 | 0.48 |
| Hex | C | EB | BC | 5F | 0 | 14 | 8 | A7 | 5A | 30 |
| Octal | 14 | 353 | 274 | 137 | 0 | 24 | 10 | 247 | 132 | 60 |
| Binary | 1100 | 11101011 | 10111100 | 1011111 | 0 | 10100 | 1000 | 10100111 | 1011010 | 110000 |
Color Harmonies of #0CEBBC
Complementary color
Monochromatic Colors of #0CEBBC
Black with #0CEBBC
Text Example
Text Example
White with #0CEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEBBC; }
p { color: rgb(12,235,188); }
H1.HeaderClassName
{
color: #0CEBBC;
}
.AnyTagClassName
{
color: #0CEBBC;
}
</style>
background-color css
<style>
a { background-color: #0CEBBC; }
a { background-color: rgb(12,235,188); }
div.DivClassName
{
background-color: #0CEBBC;
}
.BgClassName
{
background-color: #0CEBBC;
}
</style>
border-color css
<style>
span { border-color: #0CEBBC; }
span { border-color: rgb(12,235,188); }
td.TdClassName
{
border-color: #0CEBBC;
}
.TagClassName
{
border-color: #0CEBBC;
}
</style>