Shades of Dark Turquoise #12D4DD
Tints of Dark Turquoise #12D4DD
RGB
CMYK
RGB Variations
Color information
#12D4DD (or 0x12D4DD) is known color: Dark Turquoise. HEX triplet: 12, D4 and DD. RGB value is (18,212,221). Sum of RGB (Red+Green+Blue) = 18+212+221=451 (59% of max value = 765). Red value is 18 (7.42% from 255 or 3.99% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #12D4DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D4DD is #ED2B22. Grayscale: #9A9A9A. Windows color (decimal): -15543075 or 14537746. OLE color: 14537746.
HSL color Cylindrical-coordinate representation of color #12D4DD: hue angle of 182.66º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D4DD is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 212 | 221 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.13 |
| HSL | 182.66º | 0.85% | 0.47% | - |
| HSV(B) | 182.66º | 0.92% | 0.87% | - |
| XYZ | 36.84 | 52.44 | 76.59 | - |
| YUV | 155.02 | 165.23 | 30.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 212 | 221 | 0.92 | 0.04 | 0 | 0.13 | 182.66 | 0.85 | 0.47 |
| Hex | 12 | D4 | DD | 5C | 4 | 0 | D | B7 | 55 | 2F |
| Octal | 22 | 324 | 335 | 134 | 4 | 0 | 15 | 267 | 125 | 57 |
| Binary | 10010 | 11010100 | 11011101 | 1011100 | 100 | 0 | 1101 | 10110111 | 1010101 | 101111 |
Color Harmonies of #12D4DD
Complementary color
Monochromatic Colors of #12D4DD
Black with #12D4DD
Text Example
Text Example
White with #12D4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D4DD; }
p { color: rgb(18,212,221); }
H1.HeaderClassName
{
color: #12D4DD;
}
.AnyTagClassName
{
color: #12D4DD;
}
</style>
background-color css
<style>
a { background-color: #12D4DD; }
a { background-color: rgb(18,212,221); }
div.DivClassName
{
background-color: #12D4DD;
}
.BgClassName
{
background-color: #12D4DD;
}
</style>
border-color css
<style>
span { border-color: #12D4DD; }
span { border-color: rgb(18,212,221); }
td.TdClassName
{
border-color: #12D4DD;
}
.TagClassName
{
border-color: #12D4DD;
}
</style>