Shades of Bright Turquoise #12EFEC
Tints of Bright Turquoise #12EFEC
RGB
CMYK
RGB Variations
Color information
#12EFEC (or 0x12EFEC) is known color: Bright Turquoise. HEX triplet: 12, EF and EC. RGB value is (18,239,236). Sum of RGB (Red+Green+Blue) = 18+239+236=493 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.65% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #12EFEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12EFEC is #ED1013. Grayscale: #ACACAC. Windows color (decimal): -15536148 or 15527698. OLE color: 15527698.
HSL color Cylindrical-coordinate representation of color #12EFEC: hue angle of 179.19º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EFEC is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 239 | 236 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.06 |
| HSL | 179.19º | 0.87% | 0.5% | - |
| HSV(B) | 179.19º | 0.92% | 0.94% | - |
| XYZ | 46.26 | 67.92 | 90.03 | - |
| YUV | 172.58 | 163.78 | 17.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 239 | 236 | 0.92 | 0 | 0.01 | 0.06 | 179.19 | 0.87 | 0.5 |
| Hex | 12 | EF | EC | 5C | 0 | 1 | 6 | B3 | 57 | 32 |
| Octal | 22 | 357 | 354 | 134 | 0 | 1 | 6 | 263 | 127 | 62 |
| Binary | 10010 | 11101111 | 11101100 | 1011100 | 0 | 1 | 110 | 10110011 | 1010111 | 110010 |
Color Harmonies of #12EFEC
Complementary color
Monochromatic Colors of #12EFEC
Black with #12EFEC
Text Example
Text Example
White with #12EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EFEC; }
p { color: rgb(18,239,236); }
H1.HeaderClassName
{
color: #12EFEC;
}
.AnyTagClassName
{
color: #12EFEC;
}
</style>
background-color css
<style>
a { background-color: #12EFEC; }
a { background-color: rgb(18,239,236); }
div.DivClassName
{
background-color: #12EFEC;
}
.BgClassName
{
background-color: #12EFEC;
}
</style>
border-color css
<style>
span { border-color: #12EFEC; }
span { border-color: rgb(18,239,236); }
td.TdClassName
{
border-color: #12EFEC;
}
.TagClassName
{
border-color: #12EFEC;
}
</style>