Shades of Bright Turquoise #12E4EC
Tints of Bright Turquoise #12E4EC
RGB
CMYK
RGB Variations
Color information
#12E4EC (or 0x12E4EC) is known color: Bright Turquoise. HEX triplet: 12, E4 and EC. RGB value is (18,228,236). Sum of RGB (Red+Green+Blue) = 18+228+236=482 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.73% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #12E4EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12E4EC is #ED1B13. Grayscale: #A5A5A5. Windows color (decimal): -15538964 or 15524882. OLE color: 15524882.
HSL color Cylindrical-coordinate representation of color #12E4EC: hue angle of 182.2º 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 #12E4EC is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 228 | 236 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.07 |
| HSL | 182.2º | 0.86% | 0.5% | - |
| HSV(B) | 182.2º | 0.92% | 0.93% | - |
| XYZ | 43.13 | 61.67 | 88.99 | - |
| YUV | 166.12 | 167.43 | 22.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 228 | 236 | 0.92 | 0.03 | 0 | 0.07 | 182.2 | 0.86 | 0.5 |
| Hex | 12 | E4 | EC | 5C | 3 | 0 | 7 | B6 | 56 | 32 |
| Octal | 22 | 344 | 354 | 134 | 3 | 0 | 7 | 266 | 126 | 62 |
| Binary | 10010 | 11100100 | 11101100 | 1011100 | 11 | 0 | 111 | 10110110 | 1010110 | 110010 |
Color Harmonies of #12E4EC
Complementary color
Monochromatic Colors of #12E4EC
Black with #12E4EC
Text Example
Text Example
White with #12E4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E4EC; }
p { color: rgb(18,228,236); }
H1.HeaderClassName
{
color: #12E4EC;
}
.AnyTagClassName
{
color: #12E4EC;
}
</style>
background-color css
<style>
a { background-color: #12E4EC; }
a { background-color: rgb(18,228,236); }
div.DivClassName
{
background-color: #12E4EC;
}
.BgClassName
{
background-color: #12E4EC;
}
</style>
border-color css
<style>
span { border-color: #12E4EC; }
span { border-color: rgb(18,228,236); }
td.TdClassName
{
border-color: #12E4EC;
}
.TagClassName
{
border-color: #12E4EC;
}
</style>