Shades of Dark Turquoise #12C5DF
Tints of Dark Turquoise #12C5DF
RGB
CMYK
RGB Variations
Color information
#12C5DF (or 0x12C5DF) is known color: Dark Turquoise. HEX triplet: 12, C5 and DF. RGB value is (18,197,223). Sum of RGB (Red+Green+Blue) = 18+197+223=438 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.11% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #12C5DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C5DF is #ED3A20. Grayscale: #929292. Windows color (decimal): -15546913 or 14664978. OLE color: 14664978.
HSL color Cylindrical-coordinate representation of color #12C5DF: hue angle of 187.61º 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 #12C5DF is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 197 | 223 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.13 |
| HSL | 187.61º | 0.85% | 0.47% | - |
| HSV(B) | 187.61º | 0.92% | 0.87% | - |
| XYZ | 33.53 | 45.39 | 76.81 | - |
| YUV | 146.44 | 171.2 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 223 | 0.92 | 0.12 | 0 | 0.13 | 187.61 | 0.85 | 0.47 |
| Hex | 12 | C5 | DF | 5C | C | 0 | D | BC | 55 | 2F |
| Octal | 22 | 305 | 337 | 134 | 14 | 0 | 15 | 274 | 125 | 57 |
| Binary | 10010 | 11000101 | 11011111 | 1011100 | 1100 | 0 | 1101 | 10111100 | 1010101 | 101111 |
Color Harmonies of #12C5DF
Complementary color
Monochromatic Colors of #12C5DF
Black with #12C5DF
Text Example
Text Example
White with #12C5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C5DF; }
p { color: rgb(18,197,223); }
H1.HeaderClassName
{
color: #12C5DF;
}
.AnyTagClassName
{
color: #12C5DF;
}
</style>
background-color css
<style>
a { background-color: #12C5DF; }
a { background-color: rgb(18,197,223); }
div.DivClassName
{
background-color: #12C5DF;
}
.BgClassName
{
background-color: #12C5DF;
}
</style>
border-color css
<style>
span { border-color: #12C5DF; }
span { border-color: rgb(18,197,223); }
td.TdClassName
{
border-color: #12C5DF;
}
.TagClassName
{
border-color: #12C5DF;
}
</style>