Shades of Medium Turquoise #4DCDE0
Tints of Medium Turquoise #4DCDE0
RGB
CMYK
RGB Variations
Color information
#4DCDE0 (or 0x4DCDE0) is known color: Medium Turquoise. HEX triplet: 4D, CD and E0. RGB value is (77,205,224). Sum of RGB (Red+Green+Blue) = 77+205+224=506 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.22% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #4DCDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCDE0 is #B2321F. Grayscale: #A8A8A8. Windows color (decimal): -11678240 or 14732621. OLE color: 14732621.
HSL color Cylindrical-coordinate representation of color #4DCDE0: hue angle of 187.76º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DCDE0 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 205 | 224 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.12 |
| HSL | 187.76º | 0.7% | 0.59% | - |
| HSV(B) | 187.76º | 0.66% | 0.88% | - |
| XYZ | 38.35 | 50.62 | 78.27 | - |
| YUV | 168.89 | 159.09 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 224 | 0.66 | 0.08 | 0 | 0.12 | 187.76 | 0.7 | 0.59 |
| Hex | 4D | CD | E0 | 42 | 8 | 0 | C | BC | 46 | 3B |
| Octal | 115 | 315 | 340 | 102 | 10 | 0 | 14 | 274 | 106 | 73 |
| Binary | 1001101 | 11001101 | 11100000 | 1000010 | 1000 | 0 | 1100 | 10111100 | 1000110 | 111011 |
Color Harmonies of #4DCDE0
Complementary color
Monochromatic Colors of #4DCDE0
Black with #4DCDE0
Text Example
Text Example
White with #4DCDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCDE0; }
p { color: rgb(77,205,224); }
H1.HeaderClassName
{
color: #4DCDE0;
}
.AnyTagClassName
{
color: #4DCDE0;
}
</style>
background-color css
<style>
a { background-color: #4DCDE0; }
a { background-color: rgb(77,205,224); }
div.DivClassName
{
background-color: #4DCDE0;
}
.BgClassName
{
background-color: #4DCDE0;
}
</style>
border-color css
<style>
span { border-color: #4DCDE0; }
span { border-color: rgb(77,205,224); }
td.TdClassName
{
border-color: #4DCDE0;
}
.TagClassName
{
border-color: #4DCDE0;
}
</style>