Shades of Dark Turquoise #12D8CC
Tints of Dark Turquoise #12D8CC
RGB
CMYK
RGB Variations
Color information
#12D8CC (or 0x12D8CC) is known color: Dark Turquoise. HEX triplet: 12, D8 and CC. RGB value is (18,216,204). Sum of RGB (Red+Green+Blue) = 18+216+204=438 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.11% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #12D8CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D8CC is #ED2733. Grayscale: #9B9B9B. Windows color (decimal): -15542068 or 13424658. OLE color: 13424658.
HSL color Cylindrical-coordinate representation of color #12D8CC: hue angle of 176.36º 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 #12D8CC is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 216 | 204 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.15 |
| HSL | 176.36º | 0.85% | 0.46% | - |
| HSV(B) | 176.36º | 0.92% | 0.85% | - |
| XYZ | 35.7 | 53.6 | 65.59 | - |
| YUV | 155.43 | 155.4 | 29.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 216 | 204 | 0.92 | 0 | 0.06 | 0.15 | 176.36 | 0.85 | 0.46 |
| Hex | 12 | D8 | CC | 5C | 0 | 6 | F | B0 | 55 | 2E |
| Octal | 22 | 330 | 314 | 134 | 0 | 6 | 17 | 260 | 125 | 56 |
| Binary | 10010 | 11011000 | 11001100 | 1011100 | 0 | 110 | 1111 | 10110000 | 1010101 | 101110 |
Color Harmonies of #12D8CC
Complementary color
Monochromatic Colors of #12D8CC
Black with #12D8CC
Text Example
Text Example
White with #12D8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D8CC; }
p { color: rgb(18,216,204); }
H1.HeaderClassName
{
color: #12D8CC;
}
.AnyTagClassName
{
color: #12D8CC;
}
</style>
background-color css
<style>
a { background-color: #12D8CC; }
a { background-color: rgb(18,216,204); }
div.DivClassName
{
background-color: #12D8CC;
}
.BgClassName
{
background-color: #12D8CC;
}
</style>
border-color css
<style>
span { border-color: #12D8CC; }
span { border-color: rgb(18,216,204); }
td.TdClassName
{
border-color: #12D8CC;
}
.TagClassName
{
border-color: #12D8CC;
}
</style>