Shades of Dark Turquoise #12C5DC
Tints of Dark Turquoise #12C5DC
RGB
CMYK
RGB Variations
Color information
#12C5DC (or 0x12C5DC) is known color: Dark Turquoise. HEX triplet: 12, C5 and DC. RGB value is (18,197,220). Sum of RGB (Red+Green+Blue) = 18+197+220=435 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.14% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #12C5DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C5DC is #ED3A23. Grayscale: #919191. Windows color (decimal): -15546916 or 14468370. OLE color: 14468370.
HSL color Cylindrical-coordinate representation of color #12C5DC: hue angle of 186.83º 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 #12C5DC is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 197 | 220 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.14 |
| HSL | 186.83º | 0.85% | 0.47% | - |
| HSV(B) | 186.83º | 0.92% | 0.86% | - |
| XYZ | 33.13 | 45.23 | 74.69 | - |
| YUV | 146.1 | 169.7 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 220 | 0.92 | 0.10 | 0 | 0.14 | 186.83 | 0.85 | 0.47 |
| Hex | 12 | C5 | DC | 5C | A | 0 | E | BB | 55 | 2F |
| Octal | 22 | 305 | 334 | 134 | 12 | 0 | 16 | 273 | 125 | 57 |
| Binary | 10010 | 11000101 | 11011100 | 1011100 | 1010 | 0 | 1110 | 10111011 | 1010101 | 101111 |
Color Harmonies of #12C5DC
Complementary color
Monochromatic Colors of #12C5DC
Black with #12C5DC
Text Example
Text Example
White with #12C5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C5DC; }
p { color: rgb(18,197,220); }
H1.HeaderClassName
{
color: #12C5DC;
}
.AnyTagClassName
{
color: #12C5DC;
}
</style>
background-color css
<style>
a { background-color: #12C5DC; }
a { background-color: rgb(18,197,220); }
div.DivClassName
{
background-color: #12C5DC;
}
.BgClassName
{
background-color: #12C5DC;
}
</style>
border-color css
<style>
span { border-color: #12C5DC; }
span { border-color: rgb(18,197,220); }
td.TdClassName
{
border-color: #12C5DC;
}
.TagClassName
{
border-color: #12C5DC;
}
</style>