Shades of Dark Turquoise #0CDBD1
Tints of Dark Turquoise #0CDBD1
RGB
CMYK
RGB Variations
Color information
#0CDBD1 (or 0x0CDBD1) is known color: Dark Turquoise. HEX triplet: 0C, DB and D1. RGB value is (12,219,209). Sum of RGB (Red+Green+Blue) = 12+219+209=440 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.73% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDBD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDBD1 is #F3242E. Grayscale: #9B9B9B. Windows color (decimal): -15934511 or 13753100. OLE color: 13753100.
HSL color Cylindrical-coordinate representation of color #0CDBD1: hue angle of 177.1º 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 #0CDBD1 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 219 | 209 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.14 |
| HSL | 177.1º | 0.9% | 0.45% | - |
| HSV(B) | 177.1º | 0.95% | 0.86% | - |
| XYZ | 36.99 | 55.34 | 69.05 | - |
| YUV | 155.97 | 157.92 | 25.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 219 | 209 | 0.95 | 0 | 0.05 | 0.14 | 177.1 | 0.9 | 0.45 |
| Hex | C | DB | D1 | 5F | 0 | 5 | E | B1 | 5A | 2D |
| Octal | 14 | 333 | 321 | 137 | 0 | 5 | 16 | 261 | 132 | 55 |
| Binary | 1100 | 11011011 | 11010001 | 1011111 | 0 | 101 | 1110 | 10110001 | 1011010 | 101101 |
Color Harmonies of #0CDBD1
Complementary color
Monochromatic Colors of #0CDBD1
Black with #0CDBD1
Text Example
Text Example
White with #0CDBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDBD1; }
p { color: rgb(12,219,209); }
H1.HeaderClassName
{
color: #0CDBD1;
}
.AnyTagClassName
{
color: #0CDBD1;
}
</style>
background-color css
<style>
a { background-color: #0CDBD1; }
a { background-color: rgb(12,219,209); }
div.DivClassName
{
background-color: #0CDBD1;
}
.BgClassName
{
background-color: #0CDBD1;
}
</style>
border-color css
<style>
span { border-color: #0CDBD1; }
span { border-color: rgb(12,219,209); }
td.TdClassName
{
border-color: #0CDBD1;
}
.TagClassName
{
border-color: #0CDBD1;
}
</style>