Shades of Bright Turquoise #12E6BC
Tints of Bright Turquoise #12E6BC
RGB
CMYK
RGB Variations
Color information
#12E6BC (or 0x12E6BC) is known color: Bright Turquoise. HEX triplet: 12, E6 and BC. RGB value is (18,230,188). Sum of RGB (Red+Green+Blue) = 18+230+188=436 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.13% from 436); Green value is 230 (90.23% from 255 or 52.75% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 230 - color contains mainly: green. Hex color #12E6BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12E6BC is #ED1943. Grayscale: #A1A1A1. Windows color (decimal): -15538500 or 12379666. OLE color: 12379666.
HSL color Cylindrical-coordinate representation of color #12E6BC: hue angle of 168.11º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E6BC is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 230 | 188 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.10 |
| HSL | 168.11º | 0.85% | 0.49% | - |
| HSV(B) | 168.11º | 0.92% | 0.9% | - |
| XYZ | 37.62 | 60.35 | 57.24 | - |
| YUV | 161.82 | 142.76 | 25.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 230 | 188 | 0.92 | 0 | 0.18 | 0.10 | 168.11 | 0.85 | 0.49 |
| Hex | 12 | E6 | BC | 5C | 0 | 12 | A | A8 | 55 | 31 |
| Octal | 22 | 346 | 274 | 134 | 0 | 22 | 12 | 250 | 125 | 61 |
| Binary | 10010 | 11100110 | 10111100 | 1011100 | 0 | 10010 | 1010 | 10101000 | 1010101 | 110001 |
Color Harmonies of #12E6BC
Complementary color
Monochromatic Colors of #12E6BC
Black with #12E6BC
Text Example
Text Example
White with #12E6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E6BC; }
p { color: rgb(18,230,188); }
H1.HeaderClassName
{
color: #12E6BC;
}
.AnyTagClassName
{
color: #12E6BC;
}
</style>
background-color css
<style>
a { background-color: #12E6BC; }
a { background-color: rgb(18,230,188); }
div.DivClassName
{
background-color: #12E6BC;
}
.BgClassName
{
background-color: #12E6BC;
}
</style>
border-color css
<style>
span { border-color: #12E6BC; }
span { border-color: rgb(18,230,188); }
td.TdClassName
{
border-color: #12E6BC;
}
.TagClassName
{
border-color: #12E6BC;
}
</style>