Shades of Dark Turquoise #12C6DC
Tints of Dark Turquoise #12C6DC
RGB
CMYK
RGB Variations
Color information
#12C6DC (or 0x12C6DC) is known color: Dark Turquoise. HEX triplet: 12, C6 and DC. RGB value is (18,198,220). Sum of RGB (Red+Green+Blue) = 18+198+220=436 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.13% from 436); Green value is 198 (77.73% from 255 or 45.41% 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 #12C6DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C6DC is #ED3923. Grayscale: #929292. Windows color (decimal): -15546660 or 14468626. OLE color: 14468626.
HSL color Cylindrical-coordinate representation of color #12C6DC: hue angle of 186.53º 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 #12C6DC is Cyan = 0.92, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 198 | 220 | - |
| CMYK | 0.92 | 0.1 | 0 | 0.14 |
| HSL | 186.53º | 0.85% | 0.47% | - |
| HSV(B) | 186.53º | 0.92% | 0.86% | - |
| XYZ | 33.36 | 45.68 | 74.77 | - |
| YUV | 146.69 | 169.37 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 198 | 220 | 0.92 | 0.1 | 0 | 0.14 | 186.53 | 0.85 | 0.47 |
| Hex | 12 | C6 | DC | 5C | A | 0 | E | BB | 55 | 2F |
| Octal | 22 | 306 | 334 | 134 | 12 | 0 | 16 | 273 | 125 | 57 |
| Binary | 10010 | 11000110 | 11011100 | 1011100 | 1010 | 0 | 1110 | 10111011 | 1010101 | 101111 |
Color Harmonies of #12C6DC
Complementary color
Monochromatic Colors of #12C6DC
Black with #12C6DC
Text Example
Text Example
White with #12C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C6DC; }
p { color: rgb(18,198,220); }
H1.HeaderClassName
{
color: #12C6DC;
}
.AnyTagClassName
{
color: #12C6DC;
}
</style>
background-color css
<style>
a { background-color: #12C6DC; }
a { background-color: rgb(18,198,220); }
div.DivClassName
{
background-color: #12C6DC;
}
.BgClassName
{
background-color: #12C6DC;
}
</style>
border-color css
<style>
span { border-color: #12C6DC; }
span { border-color: rgb(18,198,220); }
td.TdClassName
{
border-color: #12C6DC;
}
.TagClassName
{
border-color: #12C6DC;
}
</style>