Shades of Medium Turquoise #4DCCE0
Tints of Medium Turquoise #4DCCE0
RGB
CMYK
RGB Variations
Color information
#4DCCE0 (or 0x4DCCE0) is known color: Medium Turquoise. HEX triplet: 4D, CC and E0. RGB value is (77,204,224). Sum of RGB (Red+Green+Blue) = 77+204+224=505 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.25% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #4DCCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCE0 is #B2331F. Grayscale: #A8A8A8. Windows color (decimal): -11678496 or 14732365. OLE color: 14732365.
HSL color Cylindrical-coordinate representation of color #4DCCE0: hue angle of 188.16º 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 #4DCCE0 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 204 | 224 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.12 |
| HSL | 188.16º | 0.7% | 0.59% | - |
| HSV(B) | 188.16º | 0.66% | 0.88% | - |
| XYZ | 38.11 | 50.15 | 78.19 | - |
| YUV | 168.31 | 159.42 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 224 | 0.66 | 0.09 | 0 | 0.12 | 188.16 | 0.7 | 0.59 |
| Hex | 4D | CC | E0 | 42 | 9 | 0 | C | BC | 46 | 3B |
| Octal | 115 | 314 | 340 | 102 | 11 | 0 | 14 | 274 | 106 | 73 |
| Binary | 1001101 | 11001100 | 11100000 | 1000010 | 1001 | 0 | 1100 | 10111100 | 1000110 | 111011 |
Color Harmonies of #4DCCE0
Complementary color
Monochromatic Colors of #4DCCE0
Black with #4DCCE0
Text Example
Text Example
White with #4DCCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCE0; }
p { color: rgb(77,204,224); }
H1.HeaderClassName
{
color: #4DCCE0;
}
.AnyTagClassName
{
color: #4DCCE0;
}
</style>
background-color css
<style>
a { background-color: #4DCCE0; }
a { background-color: rgb(77,204,224); }
div.DivClassName
{
background-color: #4DCCE0;
}
.BgClassName
{
background-color: #4DCCE0;
}
</style>
border-color css
<style>
span { border-color: #4DCCE0; }
span { border-color: rgb(77,204,224); }
td.TdClassName
{
border-color: #4DCCE0;
}
.TagClassName
{
border-color: #4DCCE0;
}
</style>