Shades of Dark Turquoise #12C8DB
Tints of Dark Turquoise #12C8DB
RGB
CMYK
RGB Variations
Color information
#12C8DB (or 0x12C8DB) is known color: Dark Turquoise. HEX triplet: 12, C8 and DB. RGB value is (18,200,219). Sum of RGB (Red+Green+Blue) = 18+200+219=437 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.12% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #12C8DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C8DB is #ED3724. Grayscale: #939393. Windows color (decimal): -15546149 or 14403602. OLE color: 14403602.
HSL color Cylindrical-coordinate representation of color #12C8DB: hue angle of 185.67º 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 #12C8DB is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 18 | 200 | 219 | - |
CMYK | 0.92 | 0.09 | 0 | 0.14 |
HSL | 185.67º | 0.85% | 0.46% | - |
HSV(B) | 185.67º | 0.92% | 0.86% | - |
XYZ | 33.69 | 46.55 | 74.23 | - |
YUV | 147.75 | 168.2 | 35.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 200 | 219 | 0.92 | 0.09 | 0 | 0.14 | 185.67 | 0.85 | 0.46 |
Hex | 12 | C8 | DB | 5C | 9 | 0 | E | BA | 55 | 2E |
Octal | 22 | 310 | 333 | 134 | 11 | 0 | 16 | 272 | 125 | 56 |
Binary | 10010 | 11001000 | 11011011 | 1011100 | 1001 | 0 | 1110 | 10111010 | 1010101 | 101110 |
Color Harmonies of #12C8DB
Complementary color
Monochromatic Colors of #12C8DB
Black with #12C8DB
Text Example
Text Example
White with #12C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C8DB; }
p { color: rgb(18,200,219); }
H1.HeaderClassName
{
color: #12C8DB;
}
.AnyTagClassName
{
color: #12C8DB;
}
</style>
background-color css
<style>
a { background-color: #12C8DB; }
a { background-color: rgb(18,200,219); }
div.DivClassName
{
background-color: #12C8DB;
}
.BgClassName
{
background-color: #12C8DB;
}
</style>
border-color css
<style>
span { border-color: #12C8DB; }
span { border-color: rgb(18,200,219); }
td.TdClassName
{
border-color: #12C8DB;
}
.TagClassName
{
border-color: #12C8DB;
}
</style>