Shades of Bright Turquoise #0EF2C1
Tints of Bright Turquoise #0EF2C1
RGB
CMYK
RGB Variations
Color information
#0EF2C1 (or 0x0EF2C1) is known color: Bright Turquoise. HEX triplet: 0E, F2 and C1. RGB value is (14,242,193). Sum of RGB (Red+Green+Blue) = 14+242+193=449 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.12% from 449); Green value is 242 (94.92% from 255 or 53.90% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 242 - color contains mainly: green. Hex color #0EF2C1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EF2C1 is #F10D3E. Grayscale: #A8A8A8. Windows color (decimal): -15797567 or 12710414. OLE color: 12710414.
HSL color Cylindrical-coordinate representation of color #0EF2C1: hue angle of 167.11º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF2C1 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 242 | 193 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.05 |
| HSL | 167.11º | 0.9% | 0.5% | - |
| HSV(B) | 167.11º | 0.94% | 0.95% | - |
| XYZ | 41.56 | 67.45 | 61.28 | - |
| YUV | 168.24 | 141.96 | 17.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 242 | 193 | 0.94 | 0 | 0.20 | 0.05 | 167.11 | 0.9 | 0.5 |
| Hex | E | F2 | C1 | 5E | 0 | 14 | 5 | A7 | 5A | 32 |
| Octal | 16 | 362 | 301 | 136 | 0 | 24 | 5 | 247 | 132 | 62 |
| Binary | 1110 | 11110010 | 11000001 | 1011110 | 0 | 10100 | 101 | 10100111 | 1011010 | 110010 |
Color Harmonies of #0EF2C1
Complementary color
Monochromatic Colors of #0EF2C1
Black with #0EF2C1
Text Example
Text Example
White with #0EF2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF2C1; }
p { color: rgb(14,242,193); }
H1.HeaderClassName
{
color: #0EF2C1;
}
.AnyTagClassName
{
color: #0EF2C1;
}
</style>
background-color css
<style>
a { background-color: #0EF2C1; }
a { background-color: rgb(14,242,193); }
div.DivClassName
{
background-color: #0EF2C1;
}
.BgClassName
{
background-color: #0EF2C1;
}
</style>
border-color css
<style>
span { border-color: #0EF2C1; }
span { border-color: rgb(14,242,193); }
td.TdClassName
{
border-color: #0EF2C1;
}
.TagClassName
{
border-color: #0EF2C1;
}
</style>