Shades of Turquoise #4EEEBE
Tints of Turquoise #4EEEBE
RGB
CMYK
RGB Variations
Color information
#4EEEBE (or 0x4EEEBE) is known color: Turquoise. HEX triplet: 4E, EE and BE. RGB value is (78,238,190). Sum of RGB (Red+Green+Blue) = 78+238+190=506 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.42% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEEBE is #B11141. Grayscale: #B8B8B8. Windows color (decimal): -11604290 or 12512846. OLE color: 12512846.
HSL color Cylindrical-coordinate representation of color #4EEEBE: hue angle of 162º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEEBE is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 238 | 190 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.07 |
| HSL | 162º | 0.82% | 0.62% | - |
| HSV(B) | 162º | 0.67% | 0.93% | - |
| XYZ | 43.01 | 66.49 | 59.28 | - |
| YUV | 184.69 | 130.99 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 238 | 190 | 0.67 | 0 | 0.20 | 0.07 | 162 | 0.82 | 0.62 |
| Hex | 4E | EE | BE | 43 | 0 | 14 | 7 | A2 | 52 | 3E |
| Octal | 116 | 356 | 276 | 103 | 0 | 24 | 7 | 242 | 122 | 76 |
| Binary | 1001110 | 11101110 | 10111110 | 1000011 | 0 | 10100 | 111 | 10100010 | 1010010 | 111110 |
Color Harmonies of #4EEEBE
Complementary color
Monochromatic Colors of #4EEEBE
Black with #4EEEBE
Text Example
Text Example
White with #4EEEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEEBE; }
p { color: rgb(78,238,190); }
H1.HeaderClassName
{
color: #4EEEBE;
}
.AnyTagClassName
{
color: #4EEEBE;
}
</style>
background-color css
<style>
a { background-color: #4EEEBE; }
a { background-color: rgb(78,238,190); }
div.DivClassName
{
background-color: #4EEEBE;
}
.BgClassName
{
background-color: #4EEEBE;
}
</style>
border-color css
<style>
span { border-color: #4EEEBE; }
span { border-color: rgb(78,238,190); }
td.TdClassName
{
border-color: #4EEEBE;
}
.TagClassName
{
border-color: #4EEEBE;
}
</style>