Shades of Turquoise #4EEFBD
Tints of Turquoise #4EEFBD
RGB
CMYK
RGB Variations
Color information
#4EEFBD (or 0x4EEFBD) is known color: Turquoise. HEX triplet: 4E, EF and BD. RGB value is (78,239,189). Sum of RGB (Red+Green+Blue) = 78+239+189=506 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.42% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEFBD is #B11042. Grayscale: #B9B9B9. Windows color (decimal): -11604035 or 12447566. OLE color: 12447566.
HSL color Cylindrical-coordinate representation of color #4EEFBD: hue angle of 161.37º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEFBD is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 239 | 189 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.06 |
| HSL | 161.37º | 0.83% | 0.62% | - |
| HSV(B) | 161.37º | 0.67% | 0.94% | - |
| XYZ | 43.19 | 67.03 | 58.81 | - |
| YUV | 185.16 | 130.16 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 239 | 189 | 0.67 | 0 | 0.21 | 0.06 | 161.37 | 0.83 | 0.62 |
| Hex | 4E | EF | BD | 43 | 0 | 15 | 6 | A1 | 53 | 3E |
| Octal | 116 | 357 | 275 | 103 | 0 | 25 | 6 | 241 | 123 | 76 |
| Binary | 1001110 | 11101111 | 10111101 | 1000011 | 0 | 10101 | 110 | 10100001 | 1010011 | 111110 |
Color Harmonies of #4EEFBD
Complementary color
Monochromatic Colors of #4EEFBD
Black with #4EEFBD
Text Example
Text Example
White with #4EEFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEFBD; }
p { color: rgb(78,239,189); }
H1.HeaderClassName
{
color: #4EEFBD;
}
.AnyTagClassName
{
color: #4EEFBD;
}
</style>
background-color css
<style>
a { background-color: #4EEFBD; }
a { background-color: rgb(78,239,189); }
div.DivClassName
{
background-color: #4EEFBD;
}
.BgClassName
{
background-color: #4EEFBD;
}
</style>
border-color css
<style>
span { border-color: #4EEFBD; }
span { border-color: rgb(78,239,189); }
td.TdClassName
{
border-color: #4EEFBD;
}
.TagClassName
{
border-color: #4EEFBD;
}
</style>