Shades of Medium Turquoise #4DC4CE
Tints of Medium Turquoise #4DC4CE
RGB
CMYK
RGB Variations
Color information
#4DC4CE (or 0x4DC4CE) is known color: Medium Turquoise. HEX triplet: 4D, C4 and CE. RGB value is (77,196,206). Sum of RGB (Red+Green+Blue) = 77+196+206=479 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.08% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #4DC4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC4CE is #B23B31. Grayscale: #A1A1A1. Windows color (decimal): -11680562 or 13550669. OLE color: 13550669.
HSL color Cylindrical-coordinate representation of color #4DC4CE: hue angle of 184.65º 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 #4DC4CE is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 196 | 206 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.19 |
| HSL | 184.65º | 0.57% | 0.55% | - |
| HSV(B) | 184.65º | 0.63% | 0.81% | - |
| XYZ | 33.94 | 45.51 | 65.39 | - |
| YUV | 161.56 | 153.08 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 206 | 0.63 | 0.05 | 0 | 0.19 | 184.65 | 0.57 | 0.55 |
| Hex | 4D | C4 | CE | 3F | 5 | 0 | 13 | B9 | 39 | 37 |
| Octal | 115 | 304 | 316 | 77 | 5 | 0 | 23 | 271 | 71 | 67 |
| Binary | 1001101 | 11000100 | 11001110 | 111111 | 101 | 0 | 10011 | 10111001 | 111001 | 110111 |
Color Harmonies of #4DC4CE
Complementary color
Monochromatic Colors of #4DC4CE
Black with #4DC4CE
Text Example
Text Example
White with #4DC4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC4CE; }
p { color: rgb(77,196,206); }
H1.HeaderClassName
{
color: #4DC4CE;
}
.AnyTagClassName
{
color: #4DC4CE;
}
</style>
background-color css
<style>
a { background-color: #4DC4CE; }
a { background-color: rgb(77,196,206); }
div.DivClassName
{
background-color: #4DC4CE;
}
.BgClassName
{
background-color: #4DC4CE;
}
</style>
border-color css
<style>
span { border-color: #4DC4CE; }
span { border-color: rgb(77,196,206); }
td.TdClassName
{
border-color: #4DC4CE;
}
.TagClassName
{
border-color: #4DC4CE;
}
</style>