Shades of Dark Turquoise #12DBCB
Tints of Dark Turquoise #12DBCB
RGB
CMYK
RGB Variations
Color information
#12DBCB (or 0x12DBCB) is known color: Dark Turquoise. HEX triplet: 12, DB and CB. RGB value is (18,219,203). Sum of RGB (Red+Green+Blue) = 18+219+203=440 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.09% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #12DBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DBCB is #ED2434. Grayscale: #9C9C9C. Windows color (decimal): -15541301 or 13359890. OLE color: 13359890.
HSL color Cylindrical-coordinate representation of color #12DBCB: hue angle of 175.22º 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 #12DBCB is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 203 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.14 |
| HSL | 175.22º | 0.85% | 0.46% | - |
| HSV(B) | 175.22º | 0.92% | 0.86% | - |
| XYZ | 36.36 | 55.1 | 65.22 | - |
| YUV | 157.08 | 153.91 | 28.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 203 | 0.92 | 0 | 0.07 | 0.14 | 175.22 | 0.85 | 0.46 |
| Hex | 12 | DB | CB | 5C | 0 | 7 | E | AF | 55 | 2E |
| Octal | 22 | 333 | 313 | 134 | 0 | 7 | 16 | 257 | 125 | 56 |
| Binary | 10010 | 11011011 | 11001011 | 1011100 | 0 | 111 | 1110 | 10101111 | 1010101 | 101110 |
Color Harmonies of #12DBCB
Complementary color
Monochromatic Colors of #12DBCB
Black with #12DBCB
Text Example
Text Example
White with #12DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DBCB; }
p { color: rgb(18,219,203); }
H1.HeaderClassName
{
color: #12DBCB;
}
.AnyTagClassName
{
color: #12DBCB;
}
</style>
background-color css
<style>
a { background-color: #12DBCB; }
a { background-color: rgb(18,219,203); }
div.DivClassName
{
background-color: #12DBCB;
}
.BgClassName
{
background-color: #12DBCB;
}
</style>
border-color css
<style>
span { border-color: #12DBCB; }
span { border-color: rgb(18,219,203); }
td.TdClassName
{
border-color: #12DBCB;
}
.TagClassName
{
border-color: #12DBCB;
}
</style>