Shades of Medium Turquoise #4ED6CB
Tints of Medium Turquoise #4ED6CB
RGB
CMYK
RGB Variations
Color information
#4ED6CB (or 0x4ED6CB) is known color: Medium Turquoise. HEX triplet: 4E, D6 and CB. RGB value is (78,214,203). Sum of RGB (Red+Green+Blue) = 78+214+203=495 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.76% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #4ED6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED6CB is #B12934. Grayscale: #ABABAB. Windows color (decimal): -11610421 or 13358670. OLE color: 13358670.
HSL color Cylindrical-coordinate representation of color #4ED6CB: hue angle of 175.15º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ED6CB is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 214 | 203 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.16 |
| HSL | 175.15º | 0.62% | 0.57% | - |
| HSV(B) | 175.15º | 0.64% | 0.84% | - |
| XYZ | 37.97 | 54.02 | 64.93 | - |
| YUV | 172.08 | 145.44 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 214 | 203 | 0.64 | 0 | 0.05 | 0.16 | 175.15 | 0.62 | 0.57 |
| Hex | 4E | D6 | CB | 40 | 0 | 5 | 10 | AF | 3E | 39 |
| Octal | 116 | 326 | 313 | 100 | 0 | 5 | 20 | 257 | 76 | 71 |
| Binary | 1001110 | 11010110 | 11001011 | 1000000 | 0 | 101 | 10000 | 10101111 | 111110 | 111001 |
Color Harmonies of #4ED6CB
Complementary color
Monochromatic Colors of #4ED6CB
Black with #4ED6CB
Text Example
Text Example
White with #4ED6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED6CB; }
p { color: rgb(78,214,203); }
H1.HeaderClassName
{
color: #4ED6CB;
}
.AnyTagClassName
{
color: #4ED6CB;
}
</style>
background-color css
<style>
a { background-color: #4ED6CB; }
a { background-color: rgb(78,214,203); }
div.DivClassName
{
background-color: #4ED6CB;
}
.BgClassName
{
background-color: #4ED6CB;
}
</style>
border-color css
<style>
span { border-color: #4ED6CB; }
span { border-color: rgb(78,214,203); }
td.TdClassName
{
border-color: #4ED6CB;
}
.TagClassName
{
border-color: #4ED6CB;
}
</style>