Shades of Dark Turquoise #12CCD5
Tints of Dark Turquoise #12CCD5
RGB
CMYK
RGB Variations
Color information
#12CCD5 (or 0x12CCD5) is known color: Dark Turquoise. HEX triplet: 12, CC and D5. RGB value is (18,204,213). Sum of RGB (Red+Green+Blue) = 18+204+213=435 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.14% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #12CCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CCD5 is #ED332A. Grayscale: #959595. Windows color (decimal): -15545131 or 14011410. OLE color: 14011410.
HSL color Cylindrical-coordinate representation of color #12CCD5: hue angle of 182.77º 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 #12CCD5 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 204 | 213 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.16 |
| HSL | 182.77º | 0.84% | 0.45% | - |
| HSV(B) | 182.77º | 0.92% | 0.84% | - |
| XYZ | 33.85 | 48.12 | 70.45 | - |
| YUV | 149.41 | 163.88 | 34.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 213 | 0.92 | 0.04 | 0 | 0.16 | 182.77 | 0.84 | 0.45 |
| Hex | 12 | CC | D5 | 5C | 4 | 0 | 10 | B7 | 54 | 2D |
| Octal | 22 | 314 | 325 | 134 | 4 | 0 | 20 | 267 | 124 | 55 |
| Binary | 10010 | 11001100 | 11010101 | 1011100 | 100 | 0 | 10000 | 10110111 | 1010100 | 101101 |
Color Harmonies of #12CCD5
Complementary color
Monochromatic Colors of #12CCD5
Black with #12CCD5
Text Example
Text Example
White with #12CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CCD5; }
p { color: rgb(18,204,213); }
H1.HeaderClassName
{
color: #12CCD5;
}
.AnyTagClassName
{
color: #12CCD5;
}
</style>
background-color css
<style>
a { background-color: #12CCD5; }
a { background-color: rgb(18,204,213); }
div.DivClassName
{
background-color: #12CCD5;
}
.BgClassName
{
background-color: #12CCD5;
}
</style>
border-color css
<style>
span { border-color: #12CCD5; }
span { border-color: rgb(18,204,213); }
td.TdClassName
{
border-color: #12CCD5;
}
.TagClassName
{
border-color: #12CCD5;
}
</style>