Shades of Dark Turquoise #0CDCCF
Tints of Dark Turquoise #0CDCCF
RGB
CMYK
RGB Variations
Color information
#0CDCCF (or 0x0CDCCF) is known color: Dark Turquoise. HEX triplet: 0C, DC and CF. RGB value is (12,220,207). Sum of RGB (Red+Green+Blue) = 12+220+207=439 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.73% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #0CDCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDCCF is #F32330. Grayscale: #9C9C9C. Windows color (decimal): -15934257 or 13622284. OLE color: 13622284.
HSL color Cylindrical-coordinate representation of color #0CDCCF: hue angle of 176.25º 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 #0CDCCF is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 220 | 207 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.14 |
| HSL | 176.25º | 0.9% | 0.45% | - |
| HSV(B) | 176.25º | 0.95% | 0.86% | - |
| XYZ | 37.01 | 55.77 | 67.85 | - |
| YUV | 156.33 | 156.59 | 25.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 220 | 207 | 0.95 | 0 | 0.06 | 0.14 | 176.25 | 0.9 | 0.45 |
| Hex | C | DC | CF | 5F | 0 | 6 | E | B0 | 5A | 2D |
| Octal | 14 | 334 | 317 | 137 | 0 | 6 | 16 | 260 | 132 | 55 |
| Binary | 1100 | 11011100 | 11001111 | 1011111 | 0 | 110 | 1110 | 10110000 | 1011010 | 101101 |
Color Harmonies of #0CDCCF
Complementary color
Monochromatic Colors of #0CDCCF
Black with #0CDCCF
Text Example
Text Example
White with #0CDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDCCF; }
p { color: rgb(12,220,207); }
H1.HeaderClassName
{
color: #0CDCCF;
}
.AnyTagClassName
{
color: #0CDCCF;
}
</style>
background-color css
<style>
a { background-color: #0CDCCF; }
a { background-color: rgb(12,220,207); }
div.DivClassName
{
background-color: #0CDCCF;
}
.BgClassName
{
background-color: #0CDCCF;
}
</style>
border-color css
<style>
span { border-color: #0CDCCF; }
span { border-color: rgb(12,220,207); }
td.TdClassName
{
border-color: #0CDCCF;
}
.TagClassName
{
border-color: #0CDCCF;
}
</style>