Shades of Dark Turquoise #12D8CE
Tints of Dark Turquoise #12D8CE
RGB
CMYK
RGB Variations
Color information
#12D8CE (or 0x12D8CE) is known color: Dark Turquoise. HEX triplet: 12, D8 and CE. RGB value is (18,216,206). Sum of RGB (Red+Green+Blue) = 18+216+206=440 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.09% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #12D8CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D8CE is #ED2731. Grayscale: #9B9B9B. Windows color (decimal): -15542066 or 13555730. OLE color: 13555730.
HSL color Cylindrical-coordinate representation of color #12D8CE: hue angle of 176.97º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D8CE is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 216 | 206 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.15 |
| HSL | 176.97º | 0.85% | 0.46% | - |
| HSV(B) | 176.97º | 0.92% | 0.85% | - |
| XYZ | 35.95 | 53.7 | 66.86 | - |
| YUV | 155.66 | 156.4 | 29.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 216 | 206 | 0.92 | 0 | 0.05 | 0.15 | 176.97 | 0.85 | 0.46 |
| Hex | 12 | D8 | CE | 5C | 0 | 5 | F | B1 | 55 | 2E |
| Octal | 22 | 330 | 316 | 134 | 0 | 5 | 17 | 261 | 125 | 56 |
| Binary | 10010 | 11011000 | 11001110 | 1011100 | 0 | 101 | 1111 | 10110001 | 1010101 | 101110 |
Color Harmonies of #12D8CE
Complementary color
Monochromatic Colors of #12D8CE
Black with #12D8CE
Text Example
Text Example
White with #12D8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D8CE; }
p { color: rgb(18,216,206); }
H1.HeaderClassName
{
color: #12D8CE;
}
.AnyTagClassName
{
color: #12D8CE;
}
</style>
background-color css
<style>
a { background-color: #12D8CE; }
a { background-color: rgb(18,216,206); }
div.DivClassName
{
background-color: #12D8CE;
}
.BgClassName
{
background-color: #12D8CE;
}
</style>
border-color css
<style>
span { border-color: #12D8CE; }
span { border-color: rgb(18,216,206); }
td.TdClassName
{
border-color: #12D8CE;
}
.TagClassName
{
border-color: #12D8CE;
}
</style>