Shades of Bright Turquoise #12E5BD
Tints of Bright Turquoise #12E5BD
RGB
CMYK
RGB Variations
Color information
#12E5BD (or 0x12E5BD) is known color: Bright Turquoise. HEX triplet: 12, E5 and BD. RGB value is (18,229,189). Sum of RGB (Red+Green+Blue) = 18+229+189=436 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.13% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #12E5BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E5BD is #ED1A42. Grayscale: #A1A1A1. Windows color (decimal): -15538755 or 12444946. OLE color: 12444946.
HSL color Cylindrical-coordinate representation of color #12E5BD: hue angle of 168.63º 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 #12E5BD is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 229 | 189 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.10 |
| HSL | 168.63º | 0.85% | 0.48% | - |
| HSV(B) | 168.63º | 0.92% | 0.9% | - |
| XYZ | 37.45 | 59.84 | 57.72 | - |
| YUV | 161.35 | 143.6 | 25.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 229 | 189 | 0.92 | 0 | 0.17 | 0.10 | 168.63 | 0.85 | 0.48 |
| Hex | 12 | E5 | BD | 5C | 0 | 11 | A | A9 | 55 | 30 |
| Octal | 22 | 345 | 275 | 134 | 0 | 21 | 12 | 251 | 125 | 60 |
| Binary | 10010 | 11100101 | 10111101 | 1011100 | 0 | 10001 | 1010 | 10101001 | 1010101 | 110000 |
Color Harmonies of #12E5BD
Complementary color
Monochromatic Colors of #12E5BD
Black with #12E5BD
Text Example
Text Example
White with #12E5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E5BD; }
p { color: rgb(18,229,189); }
H1.HeaderClassName
{
color: #12E5BD;
}
.AnyTagClassName
{
color: #12E5BD;
}
</style>
background-color css
<style>
a { background-color: #12E5BD; }
a { background-color: rgb(18,229,189); }
div.DivClassName
{
background-color: #12E5BD;
}
.BgClassName
{
background-color: #12E5BD;
}
</style>
border-color css
<style>
span { border-color: #12E5BD; }
span { border-color: rgb(18,229,189); }
td.TdClassName
{
border-color: #12E5BD;
}
.TagClassName
{
border-color: #12E5BD;
}
</style>