Shades of Dark Turquoise #12CECF
Tints of Dark Turquoise #12CECF
RGB
CMYK
RGB Variations
Color information
#12CECF (or 0x12CECF) is known color: Dark Turquoise. HEX triplet: 12, CE and CF. RGB value is (18,206,207). Sum of RGB (Red+Green+Blue) = 18+206+207=431 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.18% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #12CECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CECF is #ED3130. Grayscale: #959595. Windows color (decimal): -15544625 or 13618706. OLE color: 13618706.
HSL color Cylindrical-coordinate representation of color #12CECF: hue angle of 180.32º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CECF is Cyan = 0.91, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 206 | 207 | - |
| CMYK | 0.91 | 0.00 | 0 | 0.19 |
| HSL | 180.32º | 0.84% | 0.44% | - |
| HSV(B) | 180.32º | 0.91% | 0.81% | - |
| XYZ | 33.58 | 48.78 | 66.68 | - |
| YUV | 149.9 | 160.22 | 33.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 207 | 0.91 | 0.00 | 0 | 0.19 | 180.32 | 0.84 | 0.44 |
| Hex | 12 | CE | CF | 5B | 0 | 0 | 13 | B4 | 54 | 2C |
| Octal | 22 | 316 | 317 | 133 | 0 | 0 | 23 | 264 | 124 | 54 |
| Binary | 10010 | 11001110 | 11001111 | 1011011 | 0 | 0 | 10011 | 10110100 | 1010100 | 101100 |
Color Harmonies of #12CECF
Complementary color
Monochromatic Colors of #12CECF
Black with #12CECF
Text Example
Text Example
White with #12CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CECF; }
p { color: rgb(18,206,207); }
H1.HeaderClassName
{
color: #12CECF;
}
.AnyTagClassName
{
color: #12CECF;
}
</style>
background-color css
<style>
a { background-color: #12CECF; }
a { background-color: rgb(18,206,207); }
div.DivClassName
{
background-color: #12CECF;
}
.BgClassName
{
background-color: #12CECF;
}
</style>
border-color css
<style>
span { border-color: #12CECF; }
span { border-color: rgb(18,206,207); }
td.TdClassName
{
border-color: #12CECF;
}
.TagClassName
{
border-color: #12CECF;
}
</style>