Shades of Dark Turquoise #12C1DB
Tints of Dark Turquoise #12C1DB
RGB
CMYK
RGB Variations
Color information
#12C1DB (or 0x12C1DB) is known color: Dark Turquoise. HEX triplet: 12, C1 and DB. RGB value is (18,193,219). Sum of RGB (Red+Green+Blue) = 18+193+219=430 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.19% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #12C1DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C1DB is #ED3E24. Grayscale: #8F8F8F. Windows color (decimal): -15547941 or 14401810. OLE color: 14401810.
HSL color Cylindrical-coordinate representation of color #12C1DB: hue angle of 187.76º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12C1DB is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 193 | 219 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.14 |
| HSL | 187.76º | 0.85% | 0.46% | - |
| HSV(B) | 187.76º | 0.92% | 0.86% | - |
| XYZ | 32.11 | 43.38 | 73.7 | - |
| YUV | 143.64 | 170.52 | 38.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 219 | 0.92 | 0.12 | 0 | 0.14 | 187.76 | 0.85 | 0.46 |
| Hex | 12 | C1 | DB | 5C | C | 0 | E | BC | 55 | 2E |
| Octal | 22 | 301 | 333 | 134 | 14 | 0 | 16 | 274 | 125 | 56 |
| Binary | 10010 | 11000001 | 11011011 | 1011100 | 1100 | 0 | 1110 | 10111100 | 1010101 | 101110 |
Color Harmonies of #12C1DB
Complementary color
Monochromatic Colors of #12C1DB
Black with #12C1DB
Text Example
Text Example
White with #12C1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C1DB; }
p { color: rgb(18,193,219); }
H1.HeaderClassName
{
color: #12C1DB;
}
.AnyTagClassName
{
color: #12C1DB;
}
</style>
background-color css
<style>
a { background-color: #12C1DB; }
a { background-color: rgb(18,193,219); }
div.DivClassName
{
background-color: #12C1DB;
}
.BgClassName
{
background-color: #12C1DB;
}
</style>
border-color css
<style>
span { border-color: #12C1DB; }
span { border-color: rgb(18,193,219); }
td.TdClassName
{
border-color: #12C1DB;
}
.TagClassName
{
border-color: #12C1DB;
}
</style>