Shades of Bright Turquoise #0CEBDB
Tints of Bright Turquoise #0CEBDB
RGB
CMYK
RGB Variations
Color information
#0CEBDB (or 0x0CEBDB) is known color: Bright Turquoise. HEX triplet: 0C, EB and DB. RGB value is (12,235,219). Sum of RGB (Red+Green+Blue) = 12+235+219=466 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.58% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEBDB is #F31424. Grayscale: #A6A6A6. Windows color (decimal): -15930405 or 14412556. OLE color: 14412556.
HSL color Cylindrical-coordinate representation of color #0CEBDB: hue angle of 175.7º 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 #0CEBDB is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 235 | 219 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.08 |
| HSL | 175.7º | 0.9% | 0.48% | - |
| HSV(B) | 175.7º | 0.95% | 0.92% | - |
| XYZ | 42.65 | 64.61 | 77.24 | - |
| YUV | 166.5 | 157.62 | 17.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 235 | 219 | 0.95 | 0 | 0.07 | 0.08 | 175.7 | 0.9 | 0.48 |
| Hex | C | EB | DB | 5F | 0 | 7 | 8 | B0 | 5A | 30 |
| Octal | 14 | 353 | 333 | 137 | 0 | 7 | 10 | 260 | 132 | 60 |
| Binary | 1100 | 11101011 | 11011011 | 1011111 | 0 | 111 | 1000 | 10110000 | 1011010 | 110000 |
Color Harmonies of #0CEBDB
Complementary color
Monochromatic Colors of #0CEBDB
Black with #0CEBDB
Text Example
Text Example
White with #0CEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEBDB; }
p { color: rgb(12,235,219); }
H1.HeaderClassName
{
color: #0CEBDB;
}
.AnyTagClassName
{
color: #0CEBDB;
}
</style>
background-color css
<style>
a { background-color: #0CEBDB; }
a { background-color: rgb(12,235,219); }
div.DivClassName
{
background-color: #0CEBDB;
}
.BgClassName
{
background-color: #0CEBDB;
}
</style>
border-color css
<style>
span { border-color: #0CEBDB; }
span { border-color: rgb(12,235,219); }
td.TdClassName
{
border-color: #0CEBDB;
}
.TagClassName
{
border-color: #0CEBDB;
}
</style>