Shades of Dark Turquoise #12C0DC
Tints of Dark Turquoise #12C0DC
RGB
CMYK
RGB Variations
Color information
#12C0DC (or 0x12C0DC) is known color: Dark Turquoise. HEX triplet: 12, C0 and DC. RGB value is (18,192,220). Sum of RGB (Red+Green+Blue) = 18+192+220=430 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.19% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #12C0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C0DC is #ED3F23. Grayscale: #8E8E8E. Windows color (decimal): -15548196 or 14467090. OLE color: 14467090.
HSL color Cylindrical-coordinate representation of color #12C0DC: hue angle of 188.32º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12C0DC is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 192 | 220 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.14 |
| HSL | 188.32º | 0.85% | 0.47% | - |
| HSV(B) | 188.32º | 0.92% | 0.86% | - |
| XYZ | 32.02 | 43 | 74.32 | - |
| YUV | 143.17 | 171.35 | 38.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 220 | 0.92 | 0.13 | 0 | 0.14 | 188.32 | 0.85 | 0.47 |
| Hex | 12 | C0 | DC | 5C | D | 0 | E | BC | 55 | 2F |
| Octal | 22 | 300 | 334 | 134 | 15 | 0 | 16 | 274 | 125 | 57 |
| Binary | 10010 | 11000000 | 11011100 | 1011100 | 1101 | 0 | 1110 | 10111100 | 1010101 | 101111 |
Color Harmonies of #12C0DC
Complementary color
Monochromatic Colors of #12C0DC
Black with #12C0DC
Text Example
Text Example
White with #12C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C0DC; }
p { color: rgb(18,192,220); }
H1.HeaderClassName
{
color: #12C0DC;
}
.AnyTagClassName
{
color: #12C0DC;
}
</style>
background-color css
<style>
a { background-color: #12C0DC; }
a { background-color: rgb(18,192,220); }
div.DivClassName
{
background-color: #12C0DC;
}
.BgClassName
{
background-color: #12C0DC;
}
</style>
border-color css
<style>
span { border-color: #12C0DC; }
span { border-color: rgb(18,192,220); }
td.TdClassName
{
border-color: #12C0DC;
}
.TagClassName
{
border-color: #12C0DC;
}
</style>