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