Shades of Bright Turquoise #12EFC2
Tints of Bright Turquoise #12EFC2
RGB
CMYK
RGB Variations
Color information
#12EFC2 (or 0x12EFC2) is known color: Bright Turquoise. HEX triplet: 12, EF and C2. RGB value is (18,239,194). Sum of RGB (Red+Green+Blue) = 18+239+194=451 (59% of max value = 765). Red value is 18 (7.42% from 255 or 3.99% from 451); Green value is 239 (93.75% from 255 or 52.99% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 239 - color contains mainly: green. Hex color #12EFC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EFC2 is #ED103D. Grayscale: #A7A7A7. Windows color (decimal): -15536190 or 12775186. OLE color: 12775186.
HSL color Cylindrical-coordinate representation of color #12EFC2: hue angle of 167.78º 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 #12EFC2 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 239 | 194 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.06 |
| HSL | 167.78º | 0.87% | 0.5% | - |
| HSV(B) | 167.78º | 0.92% | 0.94% | - |
| XYZ | 40.85 | 65.76 | 61.58 | - |
| YUV | 167.79 | 142.78 | 21.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 239 | 194 | 0.92 | 0 | 0.19 | 0.06 | 167.78 | 0.87 | 0.5 |
| Hex | 12 | EF | C2 | 5C | 0 | 13 | 6 | A8 | 57 | 32 |
| Octal | 22 | 357 | 302 | 134 | 0 | 23 | 6 | 250 | 127 | 62 |
| Binary | 10010 | 11101111 | 11000010 | 1011100 | 0 | 10011 | 110 | 10101000 | 1010111 | 110010 |
Color Harmonies of #12EFC2
Complementary color
Monochromatic Colors of #12EFC2
Black with #12EFC2
Text Example
Text Example
White with #12EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EFC2; }
p { color: rgb(18,239,194); }
H1.HeaderClassName
{
color: #12EFC2;
}
.AnyTagClassName
{
color: #12EFC2;
}
</style>
background-color css
<style>
a { background-color: #12EFC2; }
a { background-color: rgb(18,239,194); }
div.DivClassName
{
background-color: #12EFC2;
}
.BgClassName
{
background-color: #12EFC2;
}
</style>
border-color css
<style>
span { border-color: #12EFC2; }
span { border-color: rgb(18,239,194); }
td.TdClassName
{
border-color: #12EFC2;
}
.TagClassName
{
border-color: #12EFC2;
}
</style>