Shades of Medium Turquoise #4DCEC2
Tints of Medium Turquoise #4DCEC2
RGB
CMYK
RGB Variations
Color information
#4DCEC2 (or 0x4DCEC2) is known color: Medium Turquoise. HEX triplet: 4D, CE and C2. RGB value is (77,206,194). Sum of RGB (Red+Green+Blue) = 77+206+194=477 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.14% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCEC2 is #B2313D. Grayscale: #A5A5A5. Windows color (decimal): -11678014 or 12766797. OLE color: 12766797.
HSL color Cylindrical-coordinate representation of color #4DCEC2: hue angle of 174.42º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCEC2 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 206 | 194 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.19 |
| HSL | 174.42º | 0.57% | 0.55% | - |
| HSV(B) | 174.42º | 0.63% | 0.81% | - |
| XYZ | 34.87 | 49.62 | 58.78 | - |
| YUV | 166.06 | 143.76 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 194 | 0.63 | 0 | 0.06 | 0.19 | 174.42 | 0.57 | 0.55 |
| Hex | 4D | CE | C2 | 3F | 0 | 6 | 13 | AE | 39 | 37 |
| Octal | 115 | 316 | 302 | 77 | 0 | 6 | 23 | 256 | 71 | 67 |
| Binary | 1001101 | 11001110 | 11000010 | 111111 | 0 | 110 | 10011 | 10101110 | 111001 | 110111 |
Color Harmonies of #4DCEC2
Complementary color
Monochromatic Colors of #4DCEC2
Black with #4DCEC2
Text Example
Text Example
White with #4DCEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCEC2; }
p { color: rgb(77,206,194); }
H1.HeaderClassName
{
color: #4DCEC2;
}
.AnyTagClassName
{
color: #4DCEC2;
}
</style>
background-color css
<style>
a { background-color: #4DCEC2; }
a { background-color: rgb(77,206,194); }
div.DivClassName
{
background-color: #4DCEC2;
}
.BgClassName
{
background-color: #4DCEC2;
}
</style>
border-color css
<style>
span { border-color: #4DCEC2; }
span { border-color: rgb(77,206,194); }
td.TdClassName
{
border-color: #4DCEC2;
}
.TagClassName
{
border-color: #4DCEC2;
}
</style>