Shades of Dark Turquoise #12D0DC
Tints of Dark Turquoise #12D0DC
RGB
CMYK
RGB Variations
Color information
#12D0DC (or 0x12D0DC) is known color: Dark Turquoise. HEX triplet: 12, D0 and DC. RGB value is (18,208,220). Sum of RGB (Red+Green+Blue) = 18+208+220=446 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #12D0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D0DC is #ED2F23. Grayscale: #989898. Windows color (decimal): -15544100 or 14471186. OLE color: 14471186.
HSL color Cylindrical-coordinate representation of color #12D0DC: hue angle of 183.56º 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 #12D0DC is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 208 | 220 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.14 |
| HSL | 183.56º | 0.85% | 0.47% | - |
| HSV(B) | 183.56º | 0.92% | 0.86% | - |
| XYZ | 35.72 | 50.41 | 75.56 | - |
| YUV | 152.56 | 166.05 | 32.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 220 | 0.92 | 0.05 | 0 | 0.14 | 183.56 | 0.85 | 0.47 |
| Hex | 12 | D0 | DC | 5C | 5 | 0 | E | B8 | 55 | 2F |
| Octal | 22 | 320 | 334 | 134 | 5 | 0 | 16 | 270 | 125 | 57 |
| Binary | 10010 | 11010000 | 11011100 | 1011100 | 101 | 0 | 1110 | 10111000 | 1010101 | 101111 |
Color Harmonies of #12D0DC
Complementary color
Monochromatic Colors of #12D0DC
Black with #12D0DC
Text Example
Text Example
White with #12D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D0DC; }
p { color: rgb(18,208,220); }
H1.HeaderClassName
{
color: #12D0DC;
}
.AnyTagClassName
{
color: #12D0DC;
}
</style>
background-color css
<style>
a { background-color: #12D0DC; }
a { background-color: rgb(18,208,220); }
div.DivClassName
{
background-color: #12D0DC;
}
.BgClassName
{
background-color: #12D0DC;
}
</style>
border-color css
<style>
span { border-color: #12D0DC; }
span { border-color: rgb(18,208,220); }
td.TdClassName
{
border-color: #12D0DC;
}
.TagClassName
{
border-color: #12D0DC;
}
</style>