Shades of Dark Turquoise #12CCD6
Tints of Dark Turquoise #12CCD6
RGB
CMYK
RGB Variations
Color information
#12CCD6 (or 0x12CCD6) is known color: Dark Turquoise. HEX triplet: 12, CC and D6. RGB value is (18,204,214). Sum of RGB (Red+Green+Blue) = 18+204+214=436 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.13% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #12CCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CCD6 is #ED3329. Grayscale: #959595. Windows color (decimal): -15545130 or 14076946. OLE color: 14076946.
HSL color Cylindrical-coordinate representation of color #12CCD6: hue angle of 183.06º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12CCD6 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 204 | 214 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.16 |
| HSL | 183.06º | 0.84% | 0.45% | - |
| HSV(B) | 183.06º | 0.92% | 0.84% | - |
| XYZ | 33.98 | 48.17 | 71.13 | - |
| YUV | 149.53 | 164.38 | 34.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 214 | 0.92 | 0.05 | 0 | 0.16 | 183.06 | 0.84 | 0.45 |
| Hex | 12 | CC | D6 | 5C | 5 | 0 | 10 | B7 | 54 | 2D |
| Octal | 22 | 314 | 326 | 134 | 5 | 0 | 20 | 267 | 124 | 55 |
| Binary | 10010 | 11001100 | 11010110 | 1011100 | 101 | 0 | 10000 | 10110111 | 1010100 | 101101 |
Color Harmonies of #12CCD6
Complementary color
Monochromatic Colors of #12CCD6
Black with #12CCD6
Text Example
Text Example
White with #12CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CCD6; }
p { color: rgb(18,204,214); }
H1.HeaderClassName
{
color: #12CCD6;
}
.AnyTagClassName
{
color: #12CCD6;
}
</style>
background-color css
<style>
a { background-color: #12CCD6; }
a { background-color: rgb(18,204,214); }
div.DivClassName
{
background-color: #12CCD6;
}
.BgClassName
{
background-color: #12CCD6;
}
</style>
border-color css
<style>
span { border-color: #12CCD6; }
span { border-color: rgb(18,204,214); }
td.TdClassName
{
border-color: #12CCD6;
}
.TagClassName
{
border-color: #12CCD6;
}
</style>