Shades of Dark Turquoise #0CDACF
Tints of Dark Turquoise #0CDACF
RGB
CMYK
RGB Variations
Color information
#0CDACF (or 0x0CDACF) is known color: Dark Turquoise. HEX triplet: 0C, DA and CF. RGB value is (12,218,207). Sum of RGB (Red+Green+Blue) = 12+218+207=437 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #0CDACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDACF is #F32530. Grayscale: #9A9A9A. Windows color (decimal): -15934769 or 13621772. OLE color: 13621772.
HSL color Cylindrical-coordinate representation of color #0CDACF: hue angle of 176.8º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CDACF is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 218 | 207 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.15 |
| HSL | 176.8º | 0.9% | 0.45% | - |
| HSV(B) | 176.8º | 0.94% | 0.85% | - |
| XYZ | 36.49 | 54.73 | 67.67 | - |
| YUV | 155.15 | 157.25 | 25.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 218 | 207 | 0.94 | 0 | 0.05 | 0.15 | 176.8 | 0.9 | 0.45 |
| Hex | C | DA | CF | 5E | 0 | 5 | F | B1 | 5A | 2D |
| Octal | 14 | 332 | 317 | 136 | 0 | 5 | 17 | 261 | 132 | 55 |
| Binary | 1100 | 11011010 | 11001111 | 1011110 | 0 | 101 | 1111 | 10110001 | 1011010 | 101101 |
Color Harmonies of #0CDACF
Complementary color
Monochromatic Colors of #0CDACF
Black with #0CDACF
Text Example
Text Example
White with #0CDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDACF; }
p { color: rgb(12,218,207); }
H1.HeaderClassName
{
color: #0CDACF;
}
.AnyTagClassName
{
color: #0CDACF;
}
</style>
background-color css
<style>
a { background-color: #0CDACF; }
a { background-color: rgb(12,218,207); }
div.DivClassName
{
background-color: #0CDACF;
}
.BgClassName
{
background-color: #0CDACF;
}
</style>
border-color css
<style>
span { border-color: #0CDACF; }
span { border-color: rgb(12,218,207); }
td.TdClassName
{
border-color: #0CDACF;
}
.TagClassName
{
border-color: #0CDACF;
}
</style>