Shades of Dark Turquoise #12D4DB
Tints of Dark Turquoise #12D4DB
RGB
CMYK
RGB Variations
Color information
#12D4DB (or 0x12D4DB) is known color: Dark Turquoise. HEX triplet: 12, D4 and DB. RGB value is (18,212,219). Sum of RGB (Red+Green+Blue) = 18+212+219=449 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.01% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #12D4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D4DB is #ED2B24. Grayscale: #9A9A9A. Windows color (decimal): -15543077 or 14406674. OLE color: 14406674.
HSL color Cylindrical-coordinate representation of color #12D4DB: hue angle of 182.09º 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 #12D4DB is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 212 | 219 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.14 |
| HSL | 182.09º | 0.85% | 0.46% | - |
| HSV(B) | 182.09º | 0.92% | 0.86% | - |
| XYZ | 36.58 | 52.33 | 75.19 | - |
| YUV | 154.79 | 164.23 | 30.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 212 | 219 | 0.92 | 0.03 | 0 | 0.14 | 182.09 | 0.85 | 0.46 |
| Hex | 12 | D4 | DB | 5C | 3 | 0 | E | B6 | 55 | 2E |
| Octal | 22 | 324 | 333 | 134 | 3 | 0 | 16 | 266 | 125 | 56 |
| Binary | 10010 | 11010100 | 11011011 | 1011100 | 11 | 0 | 1110 | 10110110 | 1010101 | 101110 |
Color Harmonies of #12D4DB
Complementary color
Monochromatic Colors of #12D4DB
Black with #12D4DB
Text Example
Text Example
White with #12D4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D4DB; }
p { color: rgb(18,212,219); }
H1.HeaderClassName
{
color: #12D4DB;
}
.AnyTagClassName
{
color: #12D4DB;
}
</style>
background-color css
<style>
a { background-color: #12D4DB; }
a { background-color: rgb(18,212,219); }
div.DivClassName
{
background-color: #12D4DB;
}
.BgClassName
{
background-color: #12D4DB;
}
</style>
border-color css
<style>
span { border-color: #12D4DB; }
span { border-color: rgb(18,212,219); }
td.TdClassName
{
border-color: #12D4DB;
}
.TagClassName
{
border-color: #12D4DB;
}
</style>