Shades of Bright Turquoise #12EBC2
Tints of Bright Turquoise #12EBC2
RGB
CMYK
RGB Variations
Color information
#12EBC2 (or 0x12EBC2) is known color: Bright Turquoise. HEX triplet: 12, EB and C2. RGB value is (18,235,194). Sum of RGB (Red+Green+Blue) = 18+235+194=447 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.03% from 447); Green value is 235 (92.19% from 255 or 52.57% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 235 - color contains mainly: green. Hex color #12EBC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EBC2 is #ED143D. Grayscale: #A5A5A5. Windows color (decimal): -15537214 or 12774162. OLE color: 12774162.
HSL color Cylindrical-coordinate representation of color #12EBC2: hue angle of 168.66º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EBC2 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 235 | 194 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.08 |
| HSL | 168.66º | 0.86% | 0.5% | - |
| HSV(B) | 168.66º | 0.92% | 0.92% | - |
| XYZ | 39.7 | 63.44 | 61.19 | - |
| YUV | 165.44 | 144.11 | 22.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 235 | 194 | 0.92 | 0 | 0.17 | 0.08 | 168.66 | 0.86 | 0.5 |
| Hex | 12 | EB | C2 | 5C | 0 | 11 | 8 | A9 | 56 | 32 |
| Octal | 22 | 353 | 302 | 134 | 0 | 21 | 10 | 251 | 126 | 62 |
| Binary | 10010 | 11101011 | 11000010 | 1011100 | 0 | 10001 | 1000 | 10101001 | 1010110 | 110010 |
Color Harmonies of #12EBC2
Complementary color
Monochromatic Colors of #12EBC2
Black with #12EBC2
Text Example
Text Example
White with #12EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EBC2; }
p { color: rgb(18,235,194); }
H1.HeaderClassName
{
color: #12EBC2;
}
.AnyTagClassName
{
color: #12EBC2;
}
</style>
background-color css
<style>
a { background-color: #12EBC2; }
a { background-color: rgb(18,235,194); }
div.DivClassName
{
background-color: #12EBC2;
}
.BgClassName
{
background-color: #12EBC2;
}
</style>
border-color css
<style>
span { border-color: #12EBC2; }
span { border-color: rgb(18,235,194); }
td.TdClassName
{
border-color: #12EBC2;
}
.TagClassName
{
border-color: #12EBC2;
}
</style>