Shades of Turquoise #4EE3BE
Tints of Turquoise #4EE3BE
RGB
CMYK
RGB Variations
Color information
#4EE3BE (or 0x4EE3BE) is known color: Turquoise. HEX triplet: 4E, E3 and BE. RGB value is (78,227,190). Sum of RGB (Red+Green+Blue) = 78+227+190=495 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.76% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 227 - color contains mainly: green. Hex color #4EE3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EE3BE is #B11C41. Grayscale: #B2B2B2. Windows color (decimal): -11607106 or 12510030. OLE color: 12510030.
HSL color Cylindrical-coordinate representation of color #4EE3BE: hue angle of 165.1º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE3BE is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 227 | 190 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.11 |
| HSL | 165.1º | 0.73% | 0.6% | - |
| HSV(B) | 165.1º | 0.66% | 0.89% | - |
| XYZ | 39.91 | 60.28 | 58.25 | - |
| YUV | 178.23 | 134.64 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 227 | 190 | 0.66 | 0 | 0.16 | 0.11 | 165.1 | 0.73 | 0.6 |
| Hex | 4E | E3 | BE | 42 | 0 | 10 | B | A5 | 49 | 3C |
| Octal | 116 | 343 | 276 | 102 | 0 | 20 | 13 | 245 | 111 | 74 |
| Binary | 1001110 | 11100011 | 10111110 | 1000010 | 0 | 10000 | 1011 | 10100101 | 1001001 | 111100 |
Color Harmonies of #4EE3BE
Complementary color
Monochromatic Colors of #4EE3BE
Black with #4EE3BE
Text Example
Text Example
White with #4EE3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE3BE; }
p { color: rgb(78,227,190); }
H1.HeaderClassName
{
color: #4EE3BE;
}
.AnyTagClassName
{
color: #4EE3BE;
}
</style>
background-color css
<style>
a { background-color: #4EE3BE; }
a { background-color: rgb(78,227,190); }
div.DivClassName
{
background-color: #4EE3BE;
}
.BgClassName
{
background-color: #4EE3BE;
}
</style>
border-color css
<style>
span { border-color: #4EE3BE; }
span { border-color: rgb(78,227,190); }
td.TdClassName
{
border-color: #4EE3BE;
}
.TagClassName
{
border-color: #4EE3BE;
}
</style>