Shades of Medium Turquoise #4DCFE0
Tints of Medium Turquoise #4DCFE0
RGB
CMYK
RGB Variations
Color information
#4DCFE0 (or 0x4DCFE0) is known color: Medium Turquoise. HEX triplet: 4D, CF and E0. RGB value is (77,207,224). Sum of RGB (Red+Green+Blue) = 77+207+224=508 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.16% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #4DCFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCFE0 is #B2301F. Grayscale: #A9A9A9. Windows color (decimal): -11677728 or 14733133. OLE color: 14733133.
HSL color Cylindrical-coordinate representation of color #4DCFE0: hue angle of 186.94º 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 #4DCFE0 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 207 | 224 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.12 |
| HSL | 186.94º | 0.7% | 0.59% | - |
| HSV(B) | 186.94º | 0.66% | 0.88% | - |
| XYZ | 38.83 | 51.59 | 78.43 | - |
| YUV | 170.07 | 158.43 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 224 | 0.66 | 0.08 | 0 | 0.12 | 186.94 | 0.7 | 0.59 |
| Hex | 4D | CF | E0 | 42 | 8 | 0 | C | BB | 46 | 3B |
| Octal | 115 | 317 | 340 | 102 | 10 | 0 | 14 | 273 | 106 | 73 |
| Binary | 1001101 | 11001111 | 11100000 | 1000010 | 1000 | 0 | 1100 | 10111011 | 1000110 | 111011 |
Color Harmonies of #4DCFE0
Complementary color
Monochromatic Colors of #4DCFE0
Black with #4DCFE0
Text Example
Text Example
White with #4DCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCFE0; }
p { color: rgb(77,207,224); }
H1.HeaderClassName
{
color: #4DCFE0;
}
.AnyTagClassName
{
color: #4DCFE0;
}
</style>
background-color css
<style>
a { background-color: #4DCFE0; }
a { background-color: rgb(77,207,224); }
div.DivClassName
{
background-color: #4DCFE0;
}
.BgClassName
{
background-color: #4DCFE0;
}
</style>
border-color css
<style>
span { border-color: #4DCFE0; }
span { border-color: rgb(77,207,224); }
td.TdClassName
{
border-color: #4DCFE0;
}
.TagClassName
{
border-color: #4DCFE0;
}
</style>