Shades of Dark Turquoise #0CCDD0
Tints of Dark Turquoise #0CCDD0
RGB
CMYK
RGB Variations
Color information
#0CCDD0 (or 0x0CCDD0) is known color: Dark Turquoise. HEX triplet: 0C, CD and D0. RGB value is (12,205,208). Sum of RGB (Red+Green+Blue) = 12+205+208=425 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #0CCDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCDD0 is #F3322F. Grayscale: #939393. Windows color (decimal): -15938096 or 13683980. OLE color: 13683980.
HSL color Cylindrical-coordinate representation of color #0CCDD0: hue angle of 180.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCDD0 is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 205 | 208 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.18 |
| HSL | 180.92º | 0.89% | 0.43% | - |
| HSV(B) | 180.92º | 0.94% | 0.82% | - |
| XYZ | 33.37 | 48.29 | 67.24 | - |
| YUV | 147.64 | 162.06 | 31.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 208 | 0.94 | 0.01 | 0 | 0.18 | 180.92 | 0.89 | 0.43 |
| Hex | C | CD | D0 | 5E | 1 | 0 | 12 | B5 | 59 | 2B |
| Octal | 14 | 315 | 320 | 136 | 1 | 0 | 22 | 265 | 131 | 53 |
| Binary | 1100 | 11001101 | 11010000 | 1011110 | 1 | 0 | 10010 | 10110101 | 1011001 | 101011 |
Color Harmonies of #0CCDD0
Complementary color
Monochromatic Colors of #0CCDD0
Black with #0CCDD0
Text Example
Text Example
White with #0CCDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCDD0; }
p { color: rgb(12,205,208); }
H1.HeaderClassName
{
color: #0CCDD0;
}
.AnyTagClassName
{
color: #0CCDD0;
}
</style>
background-color css
<style>
a { background-color: #0CCDD0; }
a { background-color: rgb(12,205,208); }
div.DivClassName
{
background-color: #0CCDD0;
}
.BgClassName
{
background-color: #0CCDD0;
}
</style>
border-color css
<style>
span { border-color: #0CCDD0; }
span { border-color: rgb(12,205,208); }
td.TdClassName
{
border-color: #0CCDD0;
}
.TagClassName
{
border-color: #0CCDD0;
}
</style>