Shades of Dark Turquoise #12C0DF
Tints of Dark Turquoise #12C0DF
RGB
CMYK
RGB Variations
Color information
#12C0DF (or 0x12C0DF) is known color: Dark Turquoise. HEX triplet: 12, C0 and DF. RGB value is (18,192,223). Sum of RGB (Red+Green+Blue) = 18+192+223=433 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.16% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #12C0DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C0DF is #ED3F20. Grayscale: #8F8F8F. Windows color (decimal): -15548193 or 14663698. OLE color: 14663698.
HSL color Cylindrical-coordinate representation of color #12C0DF: hue angle of 189.07º 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 #12C0DF is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 192 | 223 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.13 |
| HSL | 189.07º | 0.85% | 0.47% | - |
| HSV(B) | 189.07º | 0.92% | 0.87% | - |
| XYZ | 32.42 | 43.16 | 76.43 | - |
| YUV | 143.51 | 172.85 | 38.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 223 | 0.92 | 0.14 | 0 | 0.13 | 189.07 | 0.85 | 0.47 |
| Hex | 12 | C0 | DF | 5C | E | 0 | D | BD | 55 | 2F |
| Octal | 22 | 300 | 337 | 134 | 16 | 0 | 15 | 275 | 125 | 57 |
| Binary | 10010 | 11000000 | 11011111 | 1011100 | 1110 | 0 | 1101 | 10111101 | 1010101 | 101111 |
Color Harmonies of #12C0DF
Complementary color
Monochromatic Colors of #12C0DF
Black with #12C0DF
Text Example
Text Example
White with #12C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C0DF; }
p { color: rgb(18,192,223); }
H1.HeaderClassName
{
color: #12C0DF;
}
.AnyTagClassName
{
color: #12C0DF;
}
</style>
background-color css
<style>
a { background-color: #12C0DF; }
a { background-color: rgb(18,192,223); }
div.DivClassName
{
background-color: #12C0DF;
}
.BgClassName
{
background-color: #12C0DF;
}
</style>
border-color css
<style>
span { border-color: #12C0DF; }
span { border-color: rgb(18,192,223); }
td.TdClassName
{
border-color: #12C0DF;
}
.TagClassName
{
border-color: #12C0DF;
}
</style>