Shades of Medium Turquoise #4DCCDF
Tints of Medium Turquoise #4DCCDF
RGB
CMYK
RGB Variations
Color information
#4DCCDF (or 0x4DCCDF) is known color: Medium Turquoise. HEX triplet: 4D, CC and DF. RGB value is (77,204,223). Sum of RGB (Red+Green+Blue) = 77+204+223=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #4DCCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCDF is #B23320. Grayscale: #A7A7A7. Windows color (decimal): -11678497 or 14666829. OLE color: 14666829.
HSL color Cylindrical-coordinate representation of color #4DCCDF: hue angle of 187.81º degrees, saturation: 0.7, 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 #4DCCDF is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 204 | 223 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.13 |
| HSL | 187.81º | 0.7% | 0.59% | - |
| HSV(B) | 187.81º | 0.65% | 0.87% | - |
| XYZ | 37.97 | 50.09 | 77.48 | - |
| YUV | 168.19 | 158.92 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 223 | 0.65 | 0.09 | 0 | 0.13 | 187.81 | 0.7 | 0.59 |
| Hex | 4D | CC | DF | 41 | 9 | 0 | D | BC | 46 | 3B |
| Octal | 115 | 314 | 337 | 101 | 11 | 0 | 15 | 274 | 106 | 73 |
| Binary | 1001101 | 11001100 | 11011111 | 1000001 | 1001 | 0 | 1101 | 10111100 | 1000110 | 111011 |
Color Harmonies of #4DCCDF
Complementary color
Monochromatic Colors of #4DCCDF
Black with #4DCCDF
Text Example
Text Example
White with #4DCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCDF; }
p { color: rgb(77,204,223); }
H1.HeaderClassName
{
color: #4DCCDF;
}
.AnyTagClassName
{
color: #4DCCDF;
}
</style>
background-color css
<style>
a { background-color: #4DCCDF; }
a { background-color: rgb(77,204,223); }
div.DivClassName
{
background-color: #4DCCDF;
}
.BgClassName
{
background-color: #4DCCDF;
}
</style>
border-color css
<style>
span { border-color: #4DCCDF; }
span { border-color: rgb(77,204,223); }
td.TdClassName
{
border-color: #4DCCDF;
}
.TagClassName
{
border-color: #4DCCDF;
}
</style>