Shades of Dark Turquoise #12C4DF
Tints of Dark Turquoise #12C4DF
RGB
CMYK
RGB Variations
Color information
#12C4DF (or 0x12C4DF) is known color: Dark Turquoise. HEX triplet: 12, C4 and DF. RGB value is (18,196,223). Sum of RGB (Red+Green+Blue) = 18+196+223=437 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.12% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #12C4DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C4DF is #ED3B20. Grayscale: #919191. Windows color (decimal): -15547169 or 14664722. OLE color: 14664722.
HSL color Cylindrical-coordinate representation of color #12C4DF: hue angle of 187.9º 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 #12C4DF is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 196 | 223 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.13 |
| HSL | 187.9º | 0.85% | 0.47% | - |
| HSV(B) | 187.9º | 0.92% | 0.87% | - |
| XYZ | 33.31 | 44.94 | 76.73 | - |
| YUV | 145.86 | 171.53 | 36.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 196 | 223 | 0.92 | 0.12 | 0 | 0.13 | 187.9 | 0.85 | 0.47 |
| Hex | 12 | C4 | DF | 5C | C | 0 | D | BC | 55 | 2F |
| Octal | 22 | 304 | 337 | 134 | 14 | 0 | 15 | 274 | 125 | 57 |
| Binary | 10010 | 11000100 | 11011111 | 1011100 | 1100 | 0 | 1101 | 10111100 | 1010101 | 101111 |
Color Harmonies of #12C4DF
Complementary color
Monochromatic Colors of #12C4DF
Black with #12C4DF
Text Example
Text Example
White with #12C4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C4DF; }
p { color: rgb(18,196,223); }
H1.HeaderClassName
{
color: #12C4DF;
}
.AnyTagClassName
{
color: #12C4DF;
}
</style>
background-color css
<style>
a { background-color: #12C4DF; }
a { background-color: rgb(18,196,223); }
div.DivClassName
{
background-color: #12C4DF;
}
.BgClassName
{
background-color: #12C4DF;
}
</style>
border-color css
<style>
span { border-color: #12C4DF; }
span { border-color: rgb(18,196,223); }
td.TdClassName
{
border-color: #12C4DF;
}
.TagClassName
{
border-color: #12C4DF;
}
</style>