Shades of Dark Turquoise #12D7D1
Tints of Dark Turquoise #12D7D1
RGB
CMYK
RGB Variations
Color information
#12D7D1 (or 0x12D7D1) is known color: Dark Turquoise. HEX triplet: 12, D7 and D1. RGB value is (18,215,209). Sum of RGB (Red+Green+Blue) = 18+215+209=442 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.07% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 215 - color contains mainly: green. Hex color #12D7D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D7D1 is #ED282E. Grayscale: #9B9B9B. Windows color (decimal): -15542319 or 13752082. OLE color: 13752082.
HSL color Cylindrical-coordinate representation of color #12D7D1: hue angle of 178.17º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D7D1 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 215 | 209 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.16 |
| HSL | 178.17º | 0.85% | 0.46% | - |
| HSV(B) | 178.17º | 0.92% | 0.84% | - |
| XYZ | 36.06 | 53.33 | 68.72 | - |
| YUV | 155.41 | 158.23 | 29.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 215 | 209 | 0.92 | 0 | 0.03 | 0.16 | 178.17 | 0.85 | 0.46 |
| Hex | 12 | D7 | D1 | 5C | 0 | 3 | 10 | B2 | 55 | 2E |
| Octal | 22 | 327 | 321 | 134 | 0 | 3 | 20 | 262 | 125 | 56 |
| Binary | 10010 | 11010111 | 11010001 | 1011100 | 0 | 11 | 10000 | 10110010 | 1010101 | 101110 |
Color Harmonies of #12D7D1
Complementary color
Monochromatic Colors of #12D7D1
Black with #12D7D1
Text Example
Text Example
White with #12D7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D7D1; }
p { color: rgb(18,215,209); }
H1.HeaderClassName
{
color: #12D7D1;
}
.AnyTagClassName
{
color: #12D7D1;
}
</style>
background-color css
<style>
a { background-color: #12D7D1; }
a { background-color: rgb(18,215,209); }
div.DivClassName
{
background-color: #12D7D1;
}
.BgClassName
{
background-color: #12D7D1;
}
</style>
border-color css
<style>
span { border-color: #12D7D1; }
span { border-color: rgb(18,215,209); }
td.TdClassName
{
border-color: #12D7D1;
}
.TagClassName
{
border-color: #12D7D1;
}
</style>