Shades of Turquoise #4EDFBE
Tints of Turquoise #4EDFBE
RGB
CMYK
RGB Variations
Color information
#4EDFBE (or 0x4EDFBE) is known color: Turquoise. HEX triplet: 4E, DF and BE. RGB value is (78,223,190). Sum of RGB (Red+Green+Blue) = 78+223+190=491 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.89% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDFBE is #B12041. Grayscale: #AFAFAF. Windows color (decimal): -11608130 or 12509006. OLE color: 12509006.
HSL color Cylindrical-coordinate representation of color #4EDFBE: hue angle of 166.34º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDFBE is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 223 | 190 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.13 |
| HSL | 166.34º | 0.69% | 0.59% | - |
| HSV(B) | 166.34º | 0.65% | 0.87% | - |
| XYZ | 38.82 | 58.11 | 57.89 | - |
| YUV | 175.88 | 135.96 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 223 | 190 | 0.65 | 0 | 0.15 | 0.13 | 166.34 | 0.69 | 0.59 |
| Hex | 4E | DF | BE | 41 | 0 | F | D | A6 | 45 | 3B |
| Octal | 116 | 337 | 276 | 101 | 0 | 17 | 15 | 246 | 105 | 73 |
| Binary | 1001110 | 11011111 | 10111110 | 1000001 | 0 | 1111 | 1101 | 10100110 | 1000101 | 111011 |
Color Harmonies of #4EDFBE
Complementary color
Monochromatic Colors of #4EDFBE
Black with #4EDFBE
Text Example
Text Example
White with #4EDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDFBE; }
p { color: rgb(78,223,190); }
H1.HeaderClassName
{
color: #4EDFBE;
}
.AnyTagClassName
{
color: #4EDFBE;
}
</style>
background-color css
<style>
a { background-color: #4EDFBE; }
a { background-color: rgb(78,223,190); }
div.DivClassName
{
background-color: #4EDFBE;
}
.BgClassName
{
background-color: #4EDFBE;
}
</style>
border-color css
<style>
span { border-color: #4EDFBE; }
span { border-color: rgb(78,223,190); }
td.TdClassName
{
border-color: #4EDFBE;
}
.TagClassName
{
border-color: #4EDFBE;
}
</style>