Shades of Medium Turquoise #4ED0CD
Tints of Medium Turquoise #4ED0CD
RGB
CMYK
RGB Variations
Color information
#4ED0CD (or 0x4ED0CD) is known color: Medium Turquoise. HEX triplet: 4E, D0 and CD. RGB value is (78,208,205). Sum of RGB (Red+Green+Blue) = 78+208+205=491 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.89% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED0CD is #B12F32. Grayscale: #A8A8A8. Windows color (decimal): -11611955 or 13488206. OLE color: 13488206.
HSL color Cylindrical-coordinate representation of color #4ED0CD: hue angle of 178.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ED0CD is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 208 | 205 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.18 |
| HSL | 178.62º | 0.58% | 0.56% | - |
| HSV(B) | 178.62º | 0.63% | 0.82% | - |
| XYZ | 36.72 | 51.14 | 65.69 | - |
| YUV | 168.79 | 148.43 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 208 | 205 | 0.62 | 0 | 0.01 | 0.18 | 178.62 | 0.58 | 0.56 |
| Hex | 4E | D0 | CD | 3E | 0 | 1 | 12 | B3 | 3A | 38 |
| Octal | 116 | 320 | 315 | 76 | 0 | 1 | 22 | 263 | 72 | 70 |
| Binary | 1001110 | 11010000 | 11001101 | 111110 | 0 | 1 | 10010 | 10110011 | 111010 | 111000 |
Color Harmonies of #4ED0CD
Complementary color
Monochromatic Colors of #4ED0CD
Black with #4ED0CD
Text Example
Text Example
White with #4ED0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED0CD; }
p { color: rgb(78,208,205); }
H1.HeaderClassName
{
color: #4ED0CD;
}
.AnyTagClassName
{
color: #4ED0CD;
}
</style>
background-color css
<style>
a { background-color: #4ED0CD; }
a { background-color: rgb(78,208,205); }
div.DivClassName
{
background-color: #4ED0CD;
}
.BgClassName
{
background-color: #4ED0CD;
}
</style>
border-color css
<style>
span { border-color: #4ED0CD; }
span { border-color: rgb(78,208,205); }
td.TdClassName
{
border-color: #4ED0CD;
}
.TagClassName
{
border-color: #4ED0CD;
}
</style>