Shades of Dark Turquoise #12D0D3
Tints of Dark Turquoise #12D0D3
RGB
CMYK
RGB Variations
Color information
#12D0D3 (or 0x12D0D3) is known color: Dark Turquoise. HEX triplet: 12, D0 and D3. RGB value is (18,208,211). Sum of RGB (Red+Green+Blue) = 18+208+211=437 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.12% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 211 (82.81% from 255 or 48.28% from 437); Max value from RGB is 211 - color contains mainly: blue. Hex color #12D0D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D0D3 is #ED2F2C. Grayscale: #979797. Windows color (decimal): -15544109 or 13881362. OLE color: 13881362.
HSL color Cylindrical-coordinate representation of color #12D0D3: hue angle of 180.93º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D0D3 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 208 | 211 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.17 |
| HSL | 180.93º | 0.84% | 0.45% | - |
| HSV(B) | 180.93º | 0.91% | 0.83% | - |
| XYZ | 34.56 | 49.94 | 69.45 | - |
| YUV | 151.53 | 161.55 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 211 | 0.91 | 0.01 | 0 | 0.17 | 180.93 | 0.84 | 0.45 |
| Hex | 12 | D0 | D3 | 5B | 1 | 0 | 11 | B5 | 54 | 2D |
| Octal | 22 | 320 | 323 | 133 | 1 | 0 | 21 | 265 | 124 | 55 |
| Binary | 10010 | 11010000 | 11010011 | 1011011 | 1 | 0 | 10001 | 10110101 | 1010100 | 101101 |
Color Harmonies of #12D0D3
Complementary color
Monochromatic Colors of #12D0D3
Black with #12D0D3
Text Example
Text Example
White with #12D0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D0D3; }
p { color: rgb(18,208,211); }
H1.HeaderClassName
{
color: #12D0D3;
}
.AnyTagClassName
{
color: #12D0D3;
}
</style>
background-color css
<style>
a { background-color: #12D0D3; }
a { background-color: rgb(18,208,211); }
div.DivClassName
{
background-color: #12D0D3;
}
.BgClassName
{
background-color: #12D0D3;
}
</style>
border-color css
<style>
span { border-color: #12D0D3; }
span { border-color: rgb(18,208,211); }
td.TdClassName
{
border-color: #12D0D3;
}
.TagClassName
{
border-color: #12D0D3;
}
</style>