Shades of Bright Turquoise #12E7EC
Tints of Bright Turquoise #12E7EC
RGB
CMYK
RGB Variations
Color information
#12E7EC (or 0x12E7EC) is known color: Bright Turquoise. HEX triplet: 12, E7 and EC. RGB value is (18,231,236). Sum of RGB (Red+Green+Blue) = 18+231+236=485 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.71% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #12E7EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12E7EC is #ED1813. Grayscale: #A7A7A7. Windows color (decimal): -15538196 or 15525650. OLE color: 15525650.
HSL color Cylindrical-coordinate representation of color #12E7EC: hue angle of 181.38º 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 #12E7EC is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 231 | 236 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.07 |
| HSL | 181.38º | 0.86% | 0.5% | - |
| HSV(B) | 181.38º | 0.92% | 0.93% | - |
| XYZ | 43.97 | 63.34 | 89.26 | - |
| YUV | 167.88 | 166.43 | 21.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 231 | 236 | 0.92 | 0.02 | 0 | 0.07 | 181.38 | 0.86 | 0.5 |
| Hex | 12 | E7 | EC | 5C | 2 | 0 | 7 | B5 | 56 | 32 |
| Octal | 22 | 347 | 354 | 134 | 2 | 0 | 7 | 265 | 126 | 62 |
| Binary | 10010 | 11100111 | 11101100 | 1011100 | 10 | 0 | 111 | 10110101 | 1010110 | 110010 |
Color Harmonies of #12E7EC
Complementary color
Monochromatic Colors of #12E7EC
Black with #12E7EC
Text Example
Text Example
White with #12E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E7EC; }
p { color: rgb(18,231,236); }
H1.HeaderClassName
{
color: #12E7EC;
}
.AnyTagClassName
{
color: #12E7EC;
}
</style>
background-color css
<style>
a { background-color: #12E7EC; }
a { background-color: rgb(18,231,236); }
div.DivClassName
{
background-color: #12E7EC;
}
.BgClassName
{
background-color: #12E7EC;
}
</style>
border-color css
<style>
span { border-color: #12E7EC; }
span { border-color: rgb(18,231,236); }
td.TdClassName
{
border-color: #12E7EC;
}
.TagClassName
{
border-color: #12E7EC;
}
</style>