Shades of Turquoise #4EEFBC
Tints of Turquoise #4EEFBC
RGB
CMYK
RGB Variations
Color information
#4EEFBC (or 0x4EEFBC) is known color: Turquoise. HEX triplet: 4E, EF and BC. RGB value is (78,239,188). Sum of RGB (Red+Green+Blue) = 78+239+188=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEFBC is #B11043. Grayscale: #B9B9B9. Windows color (decimal): -11604036 or 12382030. OLE color: 12382030.
HSL color Cylindrical-coordinate representation of color #4EEFBC: hue angle of 160.99º 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 #4EEFBC is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 239 | 188 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.06 |
| HSL | 160.99º | 0.83% | 0.62% | - |
| HSV(B) | 160.99º | 0.67% | 0.94% | - |
| XYZ | 43.09 | 66.98 | 58.24 | - |
| YUV | 185.05 | 129.66 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 239 | 188 | 0.67 | 0 | 0.21 | 0.06 | 160.99 | 0.83 | 0.62 |
| Hex | 4E | EF | BC | 43 | 0 | 15 | 6 | A1 | 53 | 3E |
| Octal | 116 | 357 | 274 | 103 | 0 | 25 | 6 | 241 | 123 | 76 |
| Binary | 1001110 | 11101111 | 10111100 | 1000011 | 0 | 10101 | 110 | 10100001 | 1010011 | 111110 |
Color Harmonies of #4EEFBC
Complementary color
Monochromatic Colors of #4EEFBC
Black with #4EEFBC
Text Example
Text Example
White with #4EEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEFBC; }
p { color: rgb(78,239,188); }
H1.HeaderClassName
{
color: #4EEFBC;
}
.AnyTagClassName
{
color: #4EEFBC;
}
</style>
background-color css
<style>
a { background-color: #4EEFBC; }
a { background-color: rgb(78,239,188); }
div.DivClassName
{
background-color: #4EEFBC;
}
.BgClassName
{
background-color: #4EEFBC;
}
</style>
border-color css
<style>
span { border-color: #4EEFBC; }
span { border-color: rgb(78,239,188); }
td.TdClassName
{
border-color: #4EEFBC;
}
.TagClassName
{
border-color: #4EEFBC;
}
</style>