Shades of Bright Turquoise #12ECDD
Tints of Bright Turquoise #12ECDD
RGB
CMYK
RGB Variations
Color information
#12ECDD (or 0x12ECDD) is known color: Bright Turquoise. HEX triplet: 12, EC and DD. RGB value is (18,236,221). Sum of RGB (Red+Green+Blue) = 18+236+221=475 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.79% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #12ECDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12ECDD is #ED1322. Grayscale: #A8A8A8. Windows color (decimal): -15536931 or 14543890. OLE color: 14543890.
HSL color Cylindrical-coordinate representation of color #12ECDD: hue angle of 175.87º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ECDD is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 236 | 221 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.07 |
| HSL | 175.87º | 0.86% | 0.5% | - |
| HSV(B) | 175.87º | 0.92% | 0.93% | - |
| XYZ | 43.3 | 65.34 | 78.74 | - |
| YUV | 169.11 | 157.28 | 20.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 236 | 221 | 0.92 | 0 | 0.06 | 0.07 | 175.87 | 0.86 | 0.5 |
| Hex | 12 | EC | DD | 5C | 0 | 6 | 7 | B0 | 56 | 32 |
| Octal | 22 | 354 | 335 | 134 | 0 | 6 | 7 | 260 | 126 | 62 |
| Binary | 10010 | 11101100 | 11011101 | 1011100 | 0 | 110 | 111 | 10110000 | 1010110 | 110010 |
Color Harmonies of #12ECDD
Complementary color
Monochromatic Colors of #12ECDD
Black with #12ECDD
Text Example
Text Example
White with #12ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ECDD; }
p { color: rgb(18,236,221); }
H1.HeaderClassName
{
color: #12ECDD;
}
.AnyTagClassName
{
color: #12ECDD;
}
</style>
background-color css
<style>
a { background-color: #12ECDD; }
a { background-color: rgb(18,236,221); }
div.DivClassName
{
background-color: #12ECDD;
}
.BgClassName
{
background-color: #12ECDD;
}
</style>
border-color css
<style>
span { border-color: #12ECDD; }
span { border-color: rgb(18,236,221); }
td.TdClassName
{
border-color: #12ECDD;
}
.TagClassName
{
border-color: #12ECDD;
}
</style>