Shades of Medium Turquoise #4ED3DF
Tints of Medium Turquoise #4ED3DF
RGB
CMYK
RGB Variations
Color information
#4ED3DF (or 0x4ED3DF) is known color: Medium Turquoise. HEX triplet: 4E, D3 and DF. RGB value is (78,211,223). Sum of RGB (Red+Green+Blue) = 78+211+223=512 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.23% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #4ED3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED3DF is #B12C20. Grayscale: #ACACAC. Windows color (decimal): -11611169 or 14668622. OLE color: 14668622.
HSL color Cylindrical-coordinate representation of color #4ED3DF: hue angle of 184.97º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ED3DF is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 211 | 223 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.13 |
| HSL | 184.97º | 0.69% | 0.59% | - |
| HSV(B) | 184.97º | 0.65% | 0.87% | - |
| XYZ | 39.76 | 53.54 | 78.05 | - |
| YUV | 172.6 | 156.44 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 211 | 223 | 0.65 | 0.05 | 0 | 0.13 | 184.97 | 0.69 | 0.59 |
| Hex | 4E | D3 | DF | 41 | 5 | 0 | D | B9 | 45 | 3B |
| Octal | 116 | 323 | 337 | 101 | 5 | 0 | 15 | 271 | 105 | 73 |
| Binary | 1001110 | 11010011 | 11011111 | 1000001 | 101 | 0 | 1101 | 10111001 | 1000101 | 111011 |
Color Harmonies of #4ED3DF
Complementary color
Monochromatic Colors of #4ED3DF
Black with #4ED3DF
Text Example
Text Example
White with #4ED3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED3DF; }
p { color: rgb(78,211,223); }
H1.HeaderClassName
{
color: #4ED3DF;
}
.AnyTagClassName
{
color: #4ED3DF;
}
</style>
background-color css
<style>
a { background-color: #4ED3DF; }
a { background-color: rgb(78,211,223); }
div.DivClassName
{
background-color: #4ED3DF;
}
.BgClassName
{
background-color: #4ED3DF;
}
</style>
border-color css
<style>
span { border-color: #4ED3DF; }
span { border-color: rgb(78,211,223); }
td.TdClassName
{
border-color: #4ED3DF;
}
.TagClassName
{
border-color: #4ED3DF;
}
</style>