Shades of Bright Turquoise #12E2C1
Tints of Bright Turquoise #12E2C1
RGB
CMYK
RGB Variations
Color information
#12E2C1 (or 0x12E2C1) is known color: Bright Turquoise. HEX triplet: 12, E2 and C1. RGB value is (18,226,193). Sum of RGB (Red+Green+Blue) = 18+226+193=437 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.12% from 437); Green value is 226 (88.67% from 255 or 51.72% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 226 - color contains mainly: green. Hex color #12E2C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E2C1 is #ED1D3E. Grayscale: #9F9F9F. Windows color (decimal): -15539519 or 12706322. OLE color: 12706322.
HSL color Cylindrical-coordinate representation of color #12E2C1: hue angle of 170.48º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E2C1 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 226 | 193 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.11 |
| HSL | 170.48º | 0.85% | 0.48% | - |
| HSV(B) | 170.48º | 0.92% | 0.89% | - |
| XYZ | 37.07 | 58.37 | 59.77 | - |
| YUV | 160.05 | 146.59 | 26.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 226 | 193 | 0.92 | 0 | 0.15 | 0.11 | 170.48 | 0.85 | 0.48 |
| Hex | 12 | E2 | C1 | 5C | 0 | F | B | AA | 55 | 30 |
| Octal | 22 | 342 | 301 | 134 | 0 | 17 | 13 | 252 | 125 | 60 |
| Binary | 10010 | 11100010 | 11000001 | 1011100 | 0 | 1111 | 1011 | 10101010 | 1010101 | 110000 |
Color Harmonies of #12E2C1
Complementary color
Monochromatic Colors of #12E2C1
Black with #12E2C1
Text Example
Text Example
White with #12E2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E2C1; }
p { color: rgb(18,226,193); }
H1.HeaderClassName
{
color: #12E2C1;
}
.AnyTagClassName
{
color: #12E2C1;
}
</style>
background-color css
<style>
a { background-color: #12E2C1; }
a { background-color: rgb(18,226,193); }
div.DivClassName
{
background-color: #12E2C1;
}
.BgClassName
{
background-color: #12E2C1;
}
</style>
border-color css
<style>
span { border-color: #12E2C1; }
span { border-color: rgb(18,226,193); }
td.TdClassName
{
border-color: #12E2C1;
}
.TagClassName
{
border-color: #12E2C1;
}
</style>