Shades of Bright Turquoise #12E4CB
Tints of Bright Turquoise #12E4CB
RGB
CMYK
RGB Variations
Color information
#12E4CB (or 0x12E4CB) is known color: Bright Turquoise. HEX triplet: 12, E4 and CB. RGB value is (18,228,203). Sum of RGB (Red+Green+Blue) = 18+228+203=449 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.01% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #12E4CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E4CB is #ED1B34. Grayscale: #A2A2A2. Windows color (decimal): -15538997 or 13362194. OLE color: 13362194.
HSL color Cylindrical-coordinate representation of color #12E4CB: hue angle of 172.86º 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 #12E4CB is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 228 | 203 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.11 |
| HSL | 172.86º | 0.85% | 0.48% | - |
| HSV(B) | 172.86º | 0.92% | 0.89% | - |
| XYZ | 38.77 | 59.93 | 66.02 | - |
| YUV | 162.36 | 150.93 | 25.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 228 | 203 | 0.92 | 0 | 0.11 | 0.11 | 172.86 | 0.85 | 0.48 |
| Hex | 12 | E4 | CB | 5C | 0 | B | B | AD | 55 | 30 |
| Octal | 22 | 344 | 313 | 134 | 0 | 13 | 13 | 255 | 125 | 60 |
| Binary | 10010 | 11100100 | 11001011 | 1011100 | 0 | 1011 | 1011 | 10101101 | 1010101 | 110000 |
Color Harmonies of #12E4CB
Complementary color
Monochromatic Colors of #12E4CB
Black with #12E4CB
Text Example
Text Example
White with #12E4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E4CB; }
p { color: rgb(18,228,203); }
H1.HeaderClassName
{
color: #12E4CB;
}
.AnyTagClassName
{
color: #12E4CB;
}
</style>
background-color css
<style>
a { background-color: #12E4CB; }
a { background-color: rgb(18,228,203); }
div.DivClassName
{
background-color: #12E4CB;
}
.BgClassName
{
background-color: #12E4CB;
}
</style>
border-color css
<style>
span { border-color: #12E4CB; }
span { border-color: rgb(18,228,203); }
td.TdClassName
{
border-color: #12E4CB;
}
.TagClassName
{
border-color: #12E4CB;
}
</style>