Shades of Medium Turquoise #4ECDDC
Tints of Medium Turquoise #4ECDDC
RGB
CMYK
RGB Variations
Color information
#4ECDDC (or 0x4ECDDC) is known color: Medium Turquoise. HEX triplet: 4E, CD and DC. RGB value is (78,205,220). Sum of RGB (Red+Green+Blue) = 78+205+220=503 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.51% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #4ECDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECDDC is #B13223. Grayscale: #A8A8A8. Windows color (decimal): -11612708 or 14470478. OLE color: 14470478.
HSL color Cylindrical-coordinate representation of color #4ECDDC: hue angle of 186.34º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ECDDC is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 205 | 220 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.14 |
| HSL | 186.34º | 0.67% | 0.58% | - |
| HSV(B) | 186.34º | 0.65% | 0.86% | - |
| XYZ | 37.89 | 50.45 | 75.45 | - |
| YUV | 168.74 | 156.92 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 220 | 0.65 | 0.07 | 0 | 0.14 | 186.34 | 0.67 | 0.58 |
| Hex | 4E | CD | DC | 41 | 7 | 0 | E | BA | 43 | 3A |
| Octal | 116 | 315 | 334 | 101 | 7 | 0 | 16 | 272 | 103 | 72 |
| Binary | 1001110 | 11001101 | 11011100 | 1000001 | 111 | 0 | 1110 | 10111010 | 1000011 | 111010 |
Color Harmonies of #4ECDDC
Complementary color
Monochromatic Colors of #4ECDDC
Black with #4ECDDC
Text Example
Text Example
White with #4ECDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECDDC; }
p { color: rgb(78,205,220); }
H1.HeaderClassName
{
color: #4ECDDC;
}
.AnyTagClassName
{
color: #4ECDDC;
}
</style>
background-color css
<style>
a { background-color: #4ECDDC; }
a { background-color: rgb(78,205,220); }
div.DivClassName
{
background-color: #4ECDDC;
}
.BgClassName
{
background-color: #4ECDDC;
}
</style>
border-color css
<style>
span { border-color: #4ECDDC; }
span { border-color: rgb(78,205,220); }
td.TdClassName
{
border-color: #4ECDDC;
}
.TagClassName
{
border-color: #4ECDDC;
}
</style>