Shades of Bright Turquoise #0EE3C2
Tints of Bright Turquoise #0EE3C2
RGB
CMYK
RGB Variations
Color information
#0EE3C2 (or 0x0EE3C2) is known color: Bright Turquoise. HEX triplet: 0E, E3 and C2. RGB value is (14,227,194). Sum of RGB (Red+Green+Blue) = 14+227+194=435 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.22% from 435); Green value is 227 (89.06% from 255 or 52.18% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 227 - color contains mainly: green. Hex color #0EE3C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE3C2 is #F11C3D. Grayscale: #9F9F9F. Windows color (decimal): -15801406 or 12772110. OLE color: 12772110.
HSL color Cylindrical-coordinate representation of color #0EE3C2: hue angle of 170.7º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE3C2 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 227 | 194 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.11 |
| HSL | 170.7º | 0.88% | 0.47% | - |
| HSV(B) | 170.7º | 0.94% | 0.89% | - |
| XYZ | 37.39 | 58.93 | 60.44 | - |
| YUV | 159.55 | 147.43 | 24.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 227 | 194 | 0.94 | 0 | 0.15 | 0.11 | 170.7 | 0.88 | 0.47 |
| Hex | E | E3 | C2 | 5E | 0 | F | B | AB | 58 | 2F |
| Octal | 16 | 343 | 302 | 136 | 0 | 17 | 13 | 253 | 130 | 57 |
| Binary | 1110 | 11100011 | 11000010 | 1011110 | 0 | 1111 | 1011 | 10101011 | 1011000 | 101111 |
Color Harmonies of #0EE3C2
Complementary color
Monochromatic Colors of #0EE3C2
Black with #0EE3C2
Text Example
Text Example
White with #0EE3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE3C2; }
p { color: rgb(14,227,194); }
H1.HeaderClassName
{
color: #0EE3C2;
}
.AnyTagClassName
{
color: #0EE3C2;
}
</style>
background-color css
<style>
a { background-color: #0EE3C2; }
a { background-color: rgb(14,227,194); }
div.DivClassName
{
background-color: #0EE3C2;
}
.BgClassName
{
background-color: #0EE3C2;
}
</style>
border-color css
<style>
span { border-color: #0EE3C2; }
span { border-color: rgb(14,227,194); }
td.TdClassName
{
border-color: #0EE3C2;
}
.TagClassName
{
border-color: #0EE3C2;
}
</style>