Shades of Bright Turquoise #12ECE1
Tints of Bright Turquoise #12ECE1
RGB
CMYK
RGB Variations
Color information
#12ECE1 (or 0x12ECE1) is known color: Bright Turquoise. HEX triplet: 12, EC and E1. RGB value is (18,236,225). Sum of RGB (Red+Green+Blue) = 18+236+225=479 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.76% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #12ECE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12ECE1 is #ED131E. Grayscale: #A9A9A9. Windows color (decimal): -15536927 or 14806034. OLE color: 14806034.
HSL color Cylindrical-coordinate representation of color #12ECE1: hue angle of 176.97º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ECE1 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 236 | 225 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.07 |
| HSL | 176.97º | 0.86% | 0.5% | - |
| HSV(B) | 176.97º | 0.92% | 0.93% | - |
| XYZ | 43.84 | 65.56 | 81.58 | - |
| YUV | 169.56 | 159.28 | 19.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 236 | 225 | 0.92 | 0 | 0.05 | 0.07 | 176.97 | 0.86 | 0.5 |
| Hex | 12 | EC | E1 | 5C | 0 | 5 | 7 | B1 | 56 | 32 |
| Octal | 22 | 354 | 341 | 134 | 0 | 5 | 7 | 261 | 126 | 62 |
| Binary | 10010 | 11101100 | 11100001 | 1011100 | 0 | 101 | 111 | 10110001 | 1010110 | 110010 |
Color Harmonies of #12ECE1
Complementary color
Monochromatic Colors of #12ECE1
Black with #12ECE1
Text Example
Text Example
White with #12ECE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ECE1; }
p { color: rgb(18,236,225); }
H1.HeaderClassName
{
color: #12ECE1;
}
.AnyTagClassName
{
color: #12ECE1;
}
</style>
background-color css
<style>
a { background-color: #12ECE1; }
a { background-color: rgb(18,236,225); }
div.DivClassName
{
background-color: #12ECE1;
}
.BgClassName
{
background-color: #12ECE1;
}
</style>
border-color css
<style>
span { border-color: #12ECE1; }
span { border-color: rgb(18,236,225); }
td.TdClassName
{
border-color: #12ECE1;
}
.TagClassName
{
border-color: #12ECE1;
}
</style>