Shades of Medium Turquoise #4DCCDE
Tints of Medium Turquoise #4DCCDE
RGB
CMYK
RGB Variations
Color information
#4DCCDE (or 0x4DCCDE) is known color: Medium Turquoise. HEX triplet: 4D, CC and DE. RGB value is (77,204,222). Sum of RGB (Red+Green+Blue) = 77+204+222=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #4DCCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCDE is #B23321. Grayscale: #A7A7A7. Windows color (decimal): -11678498 or 14601293. OLE color: 14601293.
HSL color Cylindrical-coordinate representation of color #4DCCDE: hue angle of 187.45º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DCCDE is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 204 | 222 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.13 |
| HSL | 187.45º | 0.69% | 0.59% | - |
| HSV(B) | 187.45º | 0.65% | 0.87% | - |
| XYZ | 37.84 | 50.04 | 76.77 | - |
| YUV | 168.08 | 158.42 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 222 | 0.65 | 0.08 | 0 | 0.13 | 187.45 | 0.69 | 0.59 |
| Hex | 4D | CC | DE | 41 | 8 | 0 | D | BB | 45 | 3B |
| Octal | 115 | 314 | 336 | 101 | 10 | 0 | 15 | 273 | 105 | 73 |
| Binary | 1001101 | 11001100 | 11011110 | 1000001 | 1000 | 0 | 1101 | 10111011 | 1000101 | 111011 |
Color Harmonies of #4DCCDE
Complementary color
Monochromatic Colors of #4DCCDE
Black with #4DCCDE
Text Example
Text Example
White with #4DCCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCDE; }
p { color: rgb(77,204,222); }
H1.HeaderClassName
{
color: #4DCCDE;
}
.AnyTagClassName
{
color: #4DCCDE;
}
</style>
background-color css
<style>
a { background-color: #4DCCDE; }
a { background-color: rgb(77,204,222); }
div.DivClassName
{
background-color: #4DCCDE;
}
.BgClassName
{
background-color: #4DCCDE;
}
</style>
border-color css
<style>
span { border-color: #4DCCDE; }
span { border-color: rgb(77,204,222); }
td.TdClassName
{
border-color: #4DCCDE;
}
.TagClassName
{
border-color: #4DCCDE;
}
</style>