Shades of Bright Turquoise #12ECE2
Tints of Bright Turquoise #12ECE2
RGB
CMYK
RGB Variations
Color information
#12ECE2 (or 0x12ECE2) is known color: Bright Turquoise. HEX triplet: 12, EC and E2. RGB value is (18,236,226). Sum of RGB (Red+Green+Blue) = 18+236+226=480 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.75% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 226 (88.67% from 255 or 47.08% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #12ECE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12ECE2 is #ED131D. Grayscale: #A9A9A9. Windows color (decimal): -15536926 or 14871570. OLE color: 14871570.
HSL color Cylindrical-coordinate representation of color #12ECE2: hue angle of 177.25º 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 #12ECE2 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 236 | 226 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.07 |
| HSL | 177.25º | 0.86% | 0.5% | - |
| HSV(B) | 177.25º | 0.92% | 0.93% | - |
| XYZ | 43.97 | 65.61 | 82.3 | - |
| YUV | 169.68 | 159.78 | 19.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 236 | 226 | 0.92 | 0 | 0.04 | 0.07 | 177.25 | 0.86 | 0.5 |
| Hex | 12 | EC | E2 | 5C | 0 | 4 | 7 | B1 | 56 | 32 |
| Octal | 22 | 354 | 342 | 134 | 0 | 4 | 7 | 261 | 126 | 62 |
| Binary | 10010 | 11101100 | 11100010 | 1011100 | 0 | 100 | 111 | 10110001 | 1010110 | 110010 |
Color Harmonies of #12ECE2
Complementary color
Monochromatic Colors of #12ECE2
Black with #12ECE2
Text Example
Text Example
White with #12ECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ECE2; }
p { color: rgb(18,236,226); }
H1.HeaderClassName
{
color: #12ECE2;
}
.AnyTagClassName
{
color: #12ECE2;
}
</style>
background-color css
<style>
a { background-color: #12ECE2; }
a { background-color: rgb(18,236,226); }
div.DivClassName
{
background-color: #12ECE2;
}
.BgClassName
{
background-color: #12ECE2;
}
</style>
border-color css
<style>
span { border-color: #12ECE2; }
span { border-color: rgb(18,236,226); }
td.TdClassName
{
border-color: #12ECE2;
}
.TagClassName
{
border-color: #12ECE2;
}
</style>