Shades of Medium Turquoise #4ECFDC
Tints of Medium Turquoise #4ECFDC
RGB
CMYK
RGB Variations
Color information
#4ECFDC (or 0x4ECFDC) is known color: Medium Turquoise. HEX triplet: 4E, CF and DC. RGB value is (78,207,220). Sum of RGB (Red+Green+Blue) = 78+207+220=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #4ECFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECFDC is #B13023. Grayscale: #A9A9A9. Windows color (decimal): -11612196 or 14470990. OLE color: 14470990.
HSL color Cylindrical-coordinate representation of color #4ECFDC: hue angle of 185.49º 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 #4ECFDC is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 207 | 220 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.14 |
| HSL | 185.49º | 0.67% | 0.58% | - |
| HSV(B) | 185.49º | 0.65% | 0.86% | - |
| XYZ | 38.37 | 51.41 | 75.61 | - |
| YUV | 169.91 | 156.26 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 207 | 220 | 0.65 | 0.06 | 0 | 0.14 | 185.49 | 0.67 | 0.58 |
| Hex | 4E | CF | DC | 41 | 6 | 0 | E | B9 | 43 | 3A |
| Octal | 116 | 317 | 334 | 101 | 6 | 0 | 16 | 271 | 103 | 72 |
| Binary | 1001110 | 11001111 | 11011100 | 1000001 | 110 | 0 | 1110 | 10111001 | 1000011 | 111010 |
Color Harmonies of #4ECFDC
Complementary color
Monochromatic Colors of #4ECFDC
Black with #4ECFDC
Text Example
Text Example
White with #4ECFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECFDC; }
p { color: rgb(78,207,220); }
H1.HeaderClassName
{
color: #4ECFDC;
}
.AnyTagClassName
{
color: #4ECFDC;
}
</style>
background-color css
<style>
a { background-color: #4ECFDC; }
a { background-color: rgb(78,207,220); }
div.DivClassName
{
background-color: #4ECFDC;
}
.BgClassName
{
background-color: #4ECFDC;
}
</style>
border-color css
<style>
span { border-color: #4ECFDC; }
span { border-color: rgb(78,207,220); }
td.TdClassName
{
border-color: #4ECFDC;
}
.TagClassName
{
border-color: #4ECFDC;
}
</style>