Shades of Bright Turquoise #0CDBDB
Tints of Bright Turquoise #0CDBDB
RGB
CMYK
RGB Variations
Color information
#0CDBDB (or 0x0CDBDB) is known color: Bright Turquoise. HEX triplet: 0C, DB and DB. RGB value is (12,219,219). Sum of RGB (Red+Green+Blue) = 12+219+219=450 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #0CDBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDBDB is #F32424. Grayscale: #9C9C9C. Windows color (decimal): -15934501 or 14408460. OLE color: 14408460.
HSL color Cylindrical-coordinate representation of color #0CDBDB: hue angle of 180º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDBDB is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 219 | 219 | - |
| CMYK | 0.95 | 0 | 0 | 0.14 |
| HSL | 180º | 0.9% | 0.45% | - |
| HSV(B) | 180º | 0.95% | 0.86% | - |
| XYZ | 38.27 | 55.86 | 75.78 | - |
| YUV | 157.11 | 162.92 | 24.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 219 | 219 | 0.95 | 0 | 0 | 0.14 | 180 | 0.9 | 0.45 |
| Hex | C | DB | DB | 5F | 0 | 0 | E | B4 | 5A | 2D |
| Octal | 14 | 333 | 333 | 137 | 0 | 0 | 16 | 264 | 132 | 55 |
| Binary | 1100 | 11011011 | 11011011 | 1011111 | 0 | 0 | 1110 | 10110100 | 1011010 | 101101 |
Color Harmonies of #0CDBDB
Complementary color
Monochromatic Colors of #0CDBDB
Black with #0CDBDB
Text Example
Text Example
White with #0CDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDBDB; }
p { color: rgb(12,219,219); }
H1.HeaderClassName
{
color: #0CDBDB;
}
.AnyTagClassName
{
color: #0CDBDB;
}
</style>
background-color css
<style>
a { background-color: #0CDBDB; }
a { background-color: rgb(12,219,219); }
div.DivClassName
{
background-color: #0CDBDB;
}
.BgClassName
{
background-color: #0CDBDB;
}
</style>
border-color css
<style>
span { border-color: #0CDBDB; }
span { border-color: rgb(12,219,219); }
td.TdClassName
{
border-color: #0CDBDB;
}
.TagClassName
{
border-color: #0CDBDB;
}
</style>