Shades of Medium Turquoise #4ECDD0
Tints of Medium Turquoise #4ECDD0
RGB
CMYK
RGB Variations
Color information
#4ECDD0 (or 0x4ECDD0) is known color: Medium Turquoise. HEX triplet: 4E, CD and D0. RGB value is (78,205,208). Sum of RGB (Red+Green+Blue) = 78+205+208=491 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.89% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #4ECDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECDD0 is #B1322F. Grayscale: #A7A7A7. Windows color (decimal): -11612720 or 13684046. OLE color: 13684046.
HSL color Cylindrical-coordinate representation of color #4ECDD0: hue angle of 181.38º 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 #4ECDD0 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 205 | 208 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.18 |
| HSL | 181.38º | 0.58% | 0.56% | - |
| HSV(B) | 181.38º | 0.63% | 0.82% | - |
| XYZ | 36.36 | 49.84 | 67.38 | - |
| YUV | 167.37 | 150.92 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 208 | 0.62 | 0.01 | 0 | 0.18 | 181.38 | 0.58 | 0.56 |
| Hex | 4E | CD | D0 | 3E | 1 | 0 | 12 | B5 | 3A | 38 |
| Octal | 116 | 315 | 320 | 76 | 1 | 0 | 22 | 265 | 72 | 70 |
| Binary | 1001110 | 11001101 | 11010000 | 111110 | 1 | 0 | 10010 | 10110101 | 111010 | 111000 |
Color Harmonies of #4ECDD0
Complementary color
Monochromatic Colors of #4ECDD0
Black with #4ECDD0
Text Example
Text Example
White with #4ECDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECDD0; }
p { color: rgb(78,205,208); }
H1.HeaderClassName
{
color: #4ECDD0;
}
.AnyTagClassName
{
color: #4ECDD0;
}
</style>
background-color css
<style>
a { background-color: #4ECDD0; }
a { background-color: rgb(78,205,208); }
div.DivClassName
{
background-color: #4ECDD0;
}
.BgClassName
{
background-color: #4ECDD0;
}
</style>
border-color css
<style>
span { border-color: #4ECDD0; }
span { border-color: rgb(78,205,208); }
td.TdClassName
{
border-color: #4ECDD0;
}
.TagClassName
{
border-color: #4ECDD0;
}
</style>