Shades of Dark Turquoise #12DACB
Tints of Dark Turquoise #12DACB
RGB
CMYK
RGB Variations
Color information
#12DACB (or 0x12DACB) is known color: Dark Turquoise. HEX triplet: 12, DA and CB. RGB value is (18,218,203). Sum of RGB (Red+Green+Blue) = 18+218+203=439 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.10% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #12DACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DACB is #ED2534. Grayscale: #9C9C9C. Windows color (decimal): -15541557 or 13359634. OLE color: 13359634.
HSL color Cylindrical-coordinate representation of color #12DACB: hue angle of 175.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DACB is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 218 | 203 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.15 |
| HSL | 175.5º | 0.85% | 0.46% | - |
| HSV(B) | 175.5º | 0.92% | 0.85% | - |
| XYZ | 36.1 | 54.58 | 65.13 | - |
| YUV | 156.49 | 154.24 | 29.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 218 | 203 | 0.92 | 0 | 0.07 | 0.15 | 175.5 | 0.85 | 0.46 |
| Hex | 12 | DA | CB | 5C | 0 | 7 | F | B0 | 55 | 2E |
| Octal | 22 | 332 | 313 | 134 | 0 | 7 | 17 | 260 | 125 | 56 |
| Binary | 10010 | 11011010 | 11001011 | 1011100 | 0 | 111 | 1111 | 10110000 | 1010101 | 101110 |
Color Harmonies of #12DACB
Complementary color
Monochromatic Colors of #12DACB
Black with #12DACB
Text Example
Text Example
White with #12DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DACB; }
p { color: rgb(18,218,203); }
H1.HeaderClassName
{
color: #12DACB;
}
.AnyTagClassName
{
color: #12DACB;
}
</style>
background-color css
<style>
a { background-color: #12DACB; }
a { background-color: rgb(18,218,203); }
div.DivClassName
{
background-color: #12DACB;
}
.BgClassName
{
background-color: #12DACB;
}
</style>
border-color css
<style>
span { border-color: #12DACB; }
span { border-color: rgb(18,218,203); }
td.TdClassName
{
border-color: #12DACB;
}
.TagClassName
{
border-color: #12DACB;
}
</style>