Shades of Medium Turquoise #4ECACD
Tints of Medium Turquoise #4ECACD
RGB
CMYK
RGB Variations
Color information
#4ECACD (or 0x4ECACD) is known color: Medium Turquoise. HEX triplet: 4E, CA and CD. RGB value is (78,202,205). Sum of RGB (Red+Green+Blue) = 78+202+205=485 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.08% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #4ECACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECACD is #B13532. Grayscale: #A5A5A5. Windows color (decimal): -11613491 or 13486670. OLE color: 13486670.
HSL color Cylindrical-coordinate representation of color #4ECACD: hue angle of 181.42º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ECACD is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 202 | 205 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.20 |
| HSL | 181.42º | 0.56% | 0.55% | - |
| HSV(B) | 181.42º | 0.62% | 0.8% | - |
| XYZ | 35.28 | 48.27 | 65.21 | - |
| YUV | 165.27 | 150.42 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 202 | 205 | 0.62 | 0.01 | 0 | 0.20 | 181.42 | 0.56 | 0.55 |
| Hex | 4E | CA | CD | 3E | 1 | 0 | 14 | B5 | 38 | 37 |
| Octal | 116 | 312 | 315 | 76 | 1 | 0 | 24 | 265 | 70 | 67 |
| Binary | 1001110 | 11001010 | 11001101 | 111110 | 1 | 0 | 10100 | 10110101 | 111000 | 110111 |
Color Harmonies of #4ECACD
Complementary color
Monochromatic Colors of #4ECACD
Black with #4ECACD
Text Example
Text Example
White with #4ECACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECACD; }
p { color: rgb(78,202,205); }
H1.HeaderClassName
{
color: #4ECACD;
}
.AnyTagClassName
{
color: #4ECACD;
}
</style>
background-color css
<style>
a { background-color: #4ECACD; }
a { background-color: rgb(78,202,205); }
div.DivClassName
{
background-color: #4ECACD;
}
.BgClassName
{
background-color: #4ECACD;
}
</style>
border-color css
<style>
span { border-color: #4ECACD; }
span { border-color: rgb(78,202,205); }
td.TdClassName
{
border-color: #4ECACD;
}
.TagClassName
{
border-color: #4ECACD;
}
</style>