Shades of Dark Turquoise #0CCCDC
Tints of Dark Turquoise #0CCCDC
RGB
CMYK
RGB Variations
Color information
#0CCCDC (or 0x0CCCDC) is known color: Dark Turquoise. HEX triplet: 0C, CC and DC. RGB value is (12,204,220). Sum of RGB (Red+Green+Blue) = 12+204+220=436 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #0CCCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCCDC is #F33323. Grayscale: #949494. Windows color (decimal): -15938340 or 14470156. OLE color: 14470156.
HSL color Cylindrical-coordinate representation of color #0CCCDC: hue angle of 184.62º 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 #0CCCDC is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 204 | 220 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.14 |
| HSL | 184.62º | 0.9% | 0.45% | - |
| HSV(B) | 184.62º | 0.95% | 0.86% | - |
| XYZ | 34.66 | 48.43 | 75.23 | - |
| YUV | 148.42 | 168.39 | 30.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 220 | 0.95 | 0.07 | 0 | 0.14 | 184.62 | 0.9 | 0.45 |
| Hex | C | CC | DC | 5F | 7 | 0 | E | B9 | 5A | 2D |
| Octal | 14 | 314 | 334 | 137 | 7 | 0 | 16 | 271 | 132 | 55 |
| Binary | 1100 | 11001100 | 11011100 | 1011111 | 111 | 0 | 1110 | 10111001 | 1011010 | 101101 |
Color Harmonies of #0CCCDC
Complementary color
Monochromatic Colors of #0CCCDC
Black with #0CCCDC
Text Example
Text Example
White with #0CCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCCDC; }
p { color: rgb(12,204,220); }
H1.HeaderClassName
{
color: #0CCCDC;
}
.AnyTagClassName
{
color: #0CCCDC;
}
</style>
background-color css
<style>
a { background-color: #0CCCDC; }
a { background-color: rgb(12,204,220); }
div.DivClassName
{
background-color: #0CCCDC;
}
.BgClassName
{
background-color: #0CCCDC;
}
</style>
border-color css
<style>
span { border-color: #0CCCDC; }
span { border-color: rgb(12,204,220); }
td.TdClassName
{
border-color: #0CCCDC;
}
.TagClassName
{
border-color: #0CCCDC;
}
</style>