Shades of Medium Turquoise #4DCDCB
Tints of Medium Turquoise #4DCDCB
RGB
CMYK
RGB Variations
Color information
#4DCDCB (or 0x4DCDCB) is known color: Medium Turquoise. HEX triplet: 4D, CD and CB. RGB value is (77,205,203). Sum of RGB (Red+Green+Blue) = 77+205+203=485 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.88% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCDCB is #B23234. Grayscale: #A6A6A6. Windows color (decimal): -11678261 or 13356365. OLE color: 13356365.
HSL color Cylindrical-coordinate representation of color #4DCDCB: hue angle of 179.06º 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 #4DCDCB is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 203 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.20 |
| HSL | 179.06º | 0.56% | 0.55% | - |
| HSV(B) | 179.06º | 0.62% | 0.8% | - |
| XYZ | 35.67 | 49.55 | 64.18 | - |
| YUV | 166.5 | 148.59 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 203 | 0.62 | 0 | 0.01 | 0.20 | 179.06 | 0.56 | 0.55 |
| Hex | 4D | CD | CB | 3E | 0 | 1 | 14 | B3 | 38 | 37 |
| Octal | 115 | 315 | 313 | 76 | 0 | 1 | 24 | 263 | 70 | 67 |
| Binary | 1001101 | 11001101 | 11001011 | 111110 | 0 | 1 | 10100 | 10110011 | 111000 | 110111 |
Color Harmonies of #4DCDCB
Complementary color
Monochromatic Colors of #4DCDCB
Black with #4DCDCB
Text Example
Text Example
White with #4DCDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCDCB; }
p { color: rgb(77,205,203); }
H1.HeaderClassName
{
color: #4DCDCB;
}
.AnyTagClassName
{
color: #4DCDCB;
}
</style>
background-color css
<style>
a { background-color: #4DCDCB; }
a { background-color: rgb(77,205,203); }
div.DivClassName
{
background-color: #4DCDCB;
}
.BgClassName
{
background-color: #4DCDCB;
}
</style>
border-color css
<style>
span { border-color: #4DCDCB; }
span { border-color: rgb(77,205,203); }
td.TdClassName
{
border-color: #4DCDCB;
}
.TagClassName
{
border-color: #4DCDCB;
}
</style>