Shades of Bright Turquoise #12E5C2
Tints of Bright Turquoise #12E5C2
RGB
CMYK
RGB Variations
Color information
#12E5C2 (or 0x12E5C2) is known color: Bright Turquoise. HEX triplet: 12, E5 and C2. RGB value is (18,229,194). Sum of RGB (Red+Green+Blue) = 18+229+194=441 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.08% from 441); Green value is 229 (89.84% from 255 or 51.93% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 229 - color contains mainly: green. Hex color #12E5C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E5C2 is #ED1A3D. Grayscale: #A1A1A1. Windows color (decimal): -15538750 or 12772626. OLE color: 12772626.
HSL color Cylindrical-coordinate representation of color #12E5C2: hue angle of 170.05º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E5C2 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 229 | 194 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.10 |
| HSL | 170.05º | 0.85% | 0.48% | - |
| HSV(B) | 170.05º | 0.92% | 0.9% | - |
| XYZ | 38.01 | 60.06 | 60.63 | - |
| YUV | 161.92 | 146.1 | 25.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 229 | 194 | 0.92 | 0 | 0.15 | 0.10 | 170.05 | 0.85 | 0.48 |
| Hex | 12 | E5 | C2 | 5C | 0 | F | A | AA | 55 | 30 |
| Octal | 22 | 345 | 302 | 134 | 0 | 17 | 12 | 252 | 125 | 60 |
| Binary | 10010 | 11100101 | 11000010 | 1011100 | 0 | 1111 | 1010 | 10101010 | 1010101 | 110000 |
Color Harmonies of #12E5C2
Complementary color
Monochromatic Colors of #12E5C2
Black with #12E5C2
Text Example
Text Example
White with #12E5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E5C2; }
p { color: rgb(18,229,194); }
H1.HeaderClassName
{
color: #12E5C2;
}
.AnyTagClassName
{
color: #12E5C2;
}
</style>
background-color css
<style>
a { background-color: #12E5C2; }
a { background-color: rgb(18,229,194); }
div.DivClassName
{
background-color: #12E5C2;
}
.BgClassName
{
background-color: #12E5C2;
}
</style>
border-color css
<style>
span { border-color: #12E5C2; }
span { border-color: rgb(18,229,194); }
td.TdClassName
{
border-color: #12E5C2;
}
.TagClassName
{
border-color: #12E5C2;
}
</style>