Shades of Turquoise #4EEDBC
Tints of Turquoise #4EEDBC
RGB
CMYK
RGB Variations
Color information
#4EEDBC (or 0x4EEDBC) is known color: Turquoise. HEX triplet: 4E, ED and BC. RGB value is (78,237,188). Sum of RGB (Red+Green+Blue) = 78+237+188=503 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.51% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDBC is #B11243. Grayscale: #B7B7B7. Windows color (decimal): -11604548 or 12381518. OLE color: 12381518.
HSL color Cylindrical-coordinate representation of color #4EEDBC: hue angle of 161.51º 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 #4EEDBC is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 188 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.07 |
| HSL | 161.51º | 0.82% | 0.62% | - |
| HSV(B) | 161.51º | 0.67% | 0.93% | - |
| XYZ | 42.5 | 65.82 | 58.04 | - |
| YUV | 183.87 | 130.32 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 188 | 0.67 | 0 | 0.21 | 0.07 | 161.51 | 0.82 | 0.62 |
| Hex | 4E | ED | BC | 43 | 0 | 15 | 7 | A2 | 52 | 3E |
| Octal | 116 | 355 | 274 | 103 | 0 | 25 | 7 | 242 | 122 | 76 |
| Binary | 1001110 | 11101101 | 10111100 | 1000011 | 0 | 10101 | 111 | 10100010 | 1010010 | 111110 |
Color Harmonies of #4EEDBC
Complementary color
Monochromatic Colors of #4EEDBC
Black with #4EEDBC
Text Example
Text Example
White with #4EEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDBC; }
p { color: rgb(78,237,188); }
H1.HeaderClassName
{
color: #4EEDBC;
}
.AnyTagClassName
{
color: #4EEDBC;
}
</style>
background-color css
<style>
a { background-color: #4EEDBC; }
a { background-color: rgb(78,237,188); }
div.DivClassName
{
background-color: #4EEDBC;
}
.BgClassName
{
background-color: #4EEDBC;
}
</style>
border-color css
<style>
span { border-color: #4EEDBC; }
span { border-color: rgb(78,237,188); }
td.TdClassName
{
border-color: #4EEDBC;
}
.TagClassName
{
border-color: #4EEDBC;
}
</style>