Shades of Medium Turquoise #4ECBDD
Tints of Medium Turquoise #4ECBDD
RGB
CMYK
RGB Variations
Color information
#4ECBDD (or 0x4ECBDD) is known color: Medium Turquoise. HEX triplet: 4E, CB and DD. RGB value is (78,203,221). Sum of RGB (Red+Green+Blue) = 78+203+221=502 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.54% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #4ECBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECBDD is #B13422. Grayscale: #A7A7A7. Windows color (decimal): -11613219 or 14535502. OLE color: 14535502.
HSL color Cylindrical-coordinate representation of color #4ECBDD: hue angle of 187.55º degrees, saturation: 0.68, 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 #4ECBDD is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 203 | 221 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.13 |
| HSL | 187.55º | 0.68% | 0.59% | - |
| HSV(B) | 187.55º | 0.65% | 0.87% | - |
| XYZ | 37.55 | 49.55 | 75.99 | - |
| YUV | 167.68 | 158.09 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 203 | 221 | 0.65 | 0.08 | 0 | 0.13 | 187.55 | 0.68 | 0.59 |
| Hex | 4E | CB | DD | 41 | 8 | 0 | D | BC | 44 | 3B |
| Octal | 116 | 313 | 335 | 101 | 10 | 0 | 15 | 274 | 104 | 73 |
| Binary | 1001110 | 11001011 | 11011101 | 1000001 | 1000 | 0 | 1101 | 10111100 | 1000100 | 111011 |
Color Harmonies of #4ECBDD
Complementary color
Monochromatic Colors of #4ECBDD
Black with #4ECBDD
Text Example
Text Example
White with #4ECBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECBDD; }
p { color: rgb(78,203,221); }
H1.HeaderClassName
{
color: #4ECBDD;
}
.AnyTagClassName
{
color: #4ECBDD;
}
</style>
background-color css
<style>
a { background-color: #4ECBDD; }
a { background-color: rgb(78,203,221); }
div.DivClassName
{
background-color: #4ECBDD;
}
.BgClassName
{
background-color: #4ECBDD;
}
</style>
border-color css
<style>
span { border-color: #4ECBDD; }
span { border-color: rgb(78,203,221); }
td.TdClassName
{
border-color: #4ECBDD;
}
.TagClassName
{
border-color: #4ECBDD;
}
</style>