Shades of Dark Turquoise #12D2D0
Tints of Dark Turquoise #12D2D0
RGB
CMYK
RGB Variations
Color information
#12D2D0 (or 0x12D2D0) is known color: Dark Turquoise. HEX triplet: 12, D2 and D0. RGB value is (18,210,208). Sum of RGB (Red+Green+Blue) = 18+210+208=436 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.13% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #12D2D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D2D0 is #ED2D2F. Grayscale: #989898. Windows color (decimal): -15543600 or 13685266. OLE color: 13685266.
HSL color Cylindrical-coordinate representation of color #12D2D0: hue angle of 179.38º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D2D0 is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 210 | 208 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.18 |
| HSL | 179.38º | 0.84% | 0.45% | - |
| HSV(B) | 179.38º | 0.91% | 0.82% | - |
| XYZ | 34.68 | 50.78 | 67.65 | - |
| YUV | 152.36 | 159.39 | 32.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 210 | 208 | 0.91 | 0 | 0.01 | 0.18 | 179.38 | 0.84 | 0.45 |
| Hex | 12 | D2 | D0 | 5B | 0 | 1 | 12 | B3 | 54 | 2D |
| Octal | 22 | 322 | 320 | 133 | 0 | 1 | 22 | 263 | 124 | 55 |
| Binary | 10010 | 11010010 | 11010000 | 1011011 | 0 | 1 | 10010 | 10110011 | 1010100 | 101101 |
Color Harmonies of #12D2D0
Complementary color
Monochromatic Colors of #12D2D0
Black with #12D2D0
Text Example
Text Example
White with #12D2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D2D0; }
p { color: rgb(18,210,208); }
H1.HeaderClassName
{
color: #12D2D0;
}
.AnyTagClassName
{
color: #12D2D0;
}
</style>
background-color css
<style>
a { background-color: #12D2D0; }
a { background-color: rgb(18,210,208); }
div.DivClassName
{
background-color: #12D2D0;
}
.BgClassName
{
background-color: #12D2D0;
}
</style>
border-color css
<style>
span { border-color: #12D2D0; }
span { border-color: rgb(18,210,208); }
td.TdClassName
{
border-color: #12D2D0;
}
.TagClassName
{
border-color: #12D2D0;
}
</style>