Shades of Bright Turquoise #12E4C1
Tints of Bright Turquoise #12E4C1
RGB
CMYK
RGB Variations
Color information
#12E4C1 (or 0x12E4C1) is known color: Bright Turquoise. HEX triplet: 12, E4 and C1. RGB value is (18,228,193). Sum of RGB (Red+Green+Blue) = 18+228+193=439 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.10% from 439); Green value is 228 (89.45% from 255 or 51.94% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 228 - color contains mainly: green. Hex color #12E4C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E4C1 is #ED1B3E. Grayscale: #A1A1A1. Windows color (decimal): -15539007 or 12706834. OLE color: 12706834.
HSL color Cylindrical-coordinate representation of color #12E4C1: hue angle of 170º 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 #12E4C1 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 228 | 193 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.11 |
| HSL | 170º | 0.85% | 0.48% | - |
| HSV(B) | 170º | 0.92% | 0.89% | - |
| XYZ | 37.62 | 59.47 | 59.95 | - |
| YUV | 161.22 | 145.93 | 25.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 228 | 193 | 0.92 | 0 | 0.15 | 0.11 | 170 | 0.85 | 0.48 |
| Hex | 12 | E4 | C1 | 5C | 0 | F | B | AA | 55 | 30 |
| Octal | 22 | 344 | 301 | 134 | 0 | 17 | 13 | 252 | 125 | 60 |
| Binary | 10010 | 11100100 | 11000001 | 1011100 | 0 | 1111 | 1011 | 10101010 | 1010101 | 110000 |
Color Harmonies of #12E4C1
Complementary color
Monochromatic Colors of #12E4C1
Black with #12E4C1
Text Example
Text Example
White with #12E4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E4C1; }
p { color: rgb(18,228,193); }
H1.HeaderClassName
{
color: #12E4C1;
}
.AnyTagClassName
{
color: #12E4C1;
}
</style>
background-color css
<style>
a { background-color: #12E4C1; }
a { background-color: rgb(18,228,193); }
div.DivClassName
{
background-color: #12E4C1;
}
.BgClassName
{
background-color: #12E4C1;
}
</style>
border-color css
<style>
span { border-color: #12E4C1; }
span { border-color: rgb(18,228,193); }
td.TdClassName
{
border-color: #12E4C1;
}
.TagClassName
{
border-color: #12E4C1;
}
</style>