Shades of Bright Turquoise #12ECE0
Tints of Bright Turquoise #12ECE0
RGB
CMYK
RGB Variations
Color information
#12ECE0 (or 0x12ECE0) is known color: Bright Turquoise. HEX triplet: 12, EC and E0. RGB value is (18,236,224). Sum of RGB (Red+Green+Blue) = 18+236+224=478 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.77% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #12ECE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12ECE0 is #ED131F. Grayscale: #A9A9A9. Windows color (decimal): -15536928 or 14740498. OLE color: 14740498.
HSL color Cylindrical-coordinate representation of color #12ECE0: hue angle of 176.7º 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 #12ECE0 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 236 | 224 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.07 |
| HSL | 176.7º | 0.86% | 0.5% | - |
| HSV(B) | 176.7º | 0.92% | 0.93% | - |
| XYZ | 43.7 | 65.5 | 80.86 | - |
| YUV | 169.45 | 158.78 | 19.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 236 | 224 | 0.92 | 0 | 0.05 | 0.07 | 176.7 | 0.86 | 0.5 |
| Hex | 12 | EC | E0 | 5C | 0 | 5 | 7 | B1 | 56 | 32 |
| Octal | 22 | 354 | 340 | 134 | 0 | 5 | 7 | 261 | 126 | 62 |
| Binary | 10010 | 11101100 | 11100000 | 1011100 | 0 | 101 | 111 | 10110001 | 1010110 | 110010 |
Color Harmonies of #12ECE0
Complementary color
Monochromatic Colors of #12ECE0
Black with #12ECE0
Text Example
Text Example
White with #12ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ECE0; }
p { color: rgb(18,236,224); }
H1.HeaderClassName
{
color: #12ECE0;
}
.AnyTagClassName
{
color: #12ECE0;
}
</style>
background-color css
<style>
a { background-color: #12ECE0; }
a { background-color: rgb(18,236,224); }
div.DivClassName
{
background-color: #12ECE0;
}
.BgClassName
{
background-color: #12ECE0;
}
</style>
border-color css
<style>
span { border-color: #12ECE0; }
span { border-color: rgb(18,236,224); }
td.TdClassName
{
border-color: #12ECE0;
}
.TagClassName
{
border-color: #12ECE0;
}
</style>