Shades of Medium Turquoise #4DC7CB
Tints of Medium Turquoise #4DC7CB
RGB
CMYK
RGB Variations
Color information
#4DC7CB (or 0x4DC7CB) is known color: Medium Turquoise. HEX triplet: 4D, C7 and CB. RGB value is (77,199,203). Sum of RGB (Red+Green+Blue) = 77+199+203=479 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.08% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #4DC7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC7CB is #B23834. Grayscale: #A2A2A2. Windows color (decimal): -11679797 or 13354829. OLE color: 13354829.
HSL color Cylindrical-coordinate representation of color #4DC7CB: hue angle of 181.9º degrees, saturation: 0.55, 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 #4DC7CB is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 199 | 203 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.20 |
| HSL | 181.9º | 0.55% | 0.55% | - |
| HSV(B) | 181.9º | 0.62% | 0.8% | - |
| XYZ | 34.26 | 46.74 | 63.72 | - |
| YUV | 162.98 | 150.58 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 199 | 203 | 0.62 | 0.02 | 0 | 0.20 | 181.9 | 0.55 | 0.55 |
| Hex | 4D | C7 | CB | 3E | 2 | 0 | 14 | B6 | 37 | 37 |
| Octal | 115 | 307 | 313 | 76 | 2 | 0 | 24 | 266 | 67 | 67 |
| Binary | 1001101 | 11000111 | 11001011 | 111110 | 10 | 0 | 10100 | 10110110 | 110111 | 110111 |
Color Harmonies of #4DC7CB
Complementary color
Monochromatic Colors of #4DC7CB
Black with #4DC7CB
Text Example
Text Example
White with #4DC7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC7CB; }
p { color: rgb(77,199,203); }
H1.HeaderClassName
{
color: #4DC7CB;
}
.AnyTagClassName
{
color: #4DC7CB;
}
</style>
background-color css
<style>
a { background-color: #4DC7CB; }
a { background-color: rgb(77,199,203); }
div.DivClassName
{
background-color: #4DC7CB;
}
.BgClassName
{
background-color: #4DC7CB;
}
</style>
border-color css
<style>
span { border-color: #4DC7CB; }
span { border-color: rgb(77,199,203); }
td.TdClassName
{
border-color: #4DC7CB;
}
.TagClassName
{
border-color: #4DC7CB;
}
</style>