Shades of Dark Turquoise #12C5DB
Tints of Dark Turquoise #12C5DB
RGB
CMYK
RGB Variations
Color information
#12C5DB (or 0x12C5DB) is known color: Dark Turquoise. HEX triplet: 12, C5 and DB. RGB value is (18,197,219). Sum of RGB (Red+Green+Blue) = 18+197+219=434 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.15% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #12C5DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C5DB is #ED3A24. Grayscale: #919191. Windows color (decimal): -15546917 or 14402834. OLE color: 14402834.
HSL color Cylindrical-coordinate representation of color #12C5DB: hue angle of 186.57º 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 #12C5DB is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 197 | 219 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.14 |
| HSL | 186.57º | 0.85% | 0.46% | - |
| HSV(B) | 186.57º | 0.92% | 0.86% | - |
| XYZ | 33 | 45.18 | 74 | - |
| YUV | 145.99 | 169.2 | 36.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 219 | 0.92 | 0.10 | 0 | 0.14 | 186.57 | 0.85 | 0.46 |
| Hex | 12 | C5 | DB | 5C | A | 0 | E | BB | 55 | 2E |
| Octal | 22 | 305 | 333 | 134 | 12 | 0 | 16 | 273 | 125 | 56 |
| Binary | 10010 | 11000101 | 11011011 | 1011100 | 1010 | 0 | 1110 | 10111011 | 1010101 | 101110 |
Color Harmonies of #12C5DB
Complementary color
Monochromatic Colors of #12C5DB
Black with #12C5DB
Text Example
Text Example
White with #12C5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C5DB; }
p { color: rgb(18,197,219); }
H1.HeaderClassName
{
color: #12C5DB;
}
.AnyTagClassName
{
color: #12C5DB;
}
</style>
background-color css
<style>
a { background-color: #12C5DB; }
a { background-color: rgb(18,197,219); }
div.DivClassName
{
background-color: #12C5DB;
}
.BgClassName
{
background-color: #12C5DB;
}
</style>
border-color css
<style>
span { border-color: #12C5DB; }
span { border-color: rgb(18,197,219); }
td.TdClassName
{
border-color: #12C5DB;
}
.TagClassName
{
border-color: #12C5DB;
}
</style>