Shades of Turquoise #4EEBCD
Tints of Turquoise #4EEBCD
RGB
CMYK
RGB Variations
Color information
#4EEBCD (or 0x4EEBCD) is known color: Turquoise. HEX triplet: 4E, EB and CD. RGB value is (78,235,205). Sum of RGB (Red+Green+Blue) = 78+235+205=518 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.06% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #4EEBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEBCD is #B11432. Grayscale: #B8B8B8. Windows color (decimal): -11605043 or 13495118. OLE color: 13495118.
HSL color Cylindrical-coordinate representation of color #4EEBCD: hue angle of 168.54º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEBCD is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 235 | 205 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.08 |
| HSL | 168.54º | 0.8% | 0.61% | - |
| HSV(B) | 168.54º | 0.67% | 0.92% | - |
| XYZ | 43.87 | 65.44 | 68.08 | - |
| YUV | 184.64 | 139.49 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 235 | 205 | 0.67 | 0 | 0.13 | 0.08 | 168.54 | 0.8 | 0.61 |
| Hex | 4E | EB | CD | 43 | 0 | D | 8 | A9 | 50 | 3D |
| Octal | 116 | 353 | 315 | 103 | 0 | 15 | 10 | 251 | 120 | 75 |
| Binary | 1001110 | 11101011 | 11001101 | 1000011 | 0 | 1101 | 1000 | 10101001 | 1010000 | 111101 |
Color Harmonies of #4EEBCD
Complementary color
Monochromatic Colors of #4EEBCD
Black with #4EEBCD
Text Example
Text Example
White with #4EEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEBCD; }
p { color: rgb(78,235,205); }
H1.HeaderClassName
{
color: #4EEBCD;
}
.AnyTagClassName
{
color: #4EEBCD;
}
</style>
background-color css
<style>
a { background-color: #4EEBCD; }
a { background-color: rgb(78,235,205); }
div.DivClassName
{
background-color: #4EEBCD;
}
.BgClassName
{
background-color: #4EEBCD;
}
</style>
border-color css
<style>
span { border-color: #4EEBCD; }
span { border-color: rgb(78,235,205); }
td.TdClassName
{
border-color: #4EEBCD;
}
.TagClassName
{
border-color: #4EEBCD;
}
</style>