Shades of Medium Turquoise #4DCBDC
Tints of Medium Turquoise #4DCBDC
RGB
CMYK
RGB Variations
Color information
#4DCBDC (or 0x4DCBDC) is known color: Medium Turquoise. HEX triplet: 4D, CB and DC. RGB value is (77,203,220). Sum of RGB (Red+Green+Blue) = 77+203+220=500 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.4% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DCBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCBDC is #B23423. Grayscale: #A7A7A7. Windows color (decimal): -11678756 or 14469965. OLE color: 14469965.
HSL color Cylindrical-coordinate representation of color #4DCBDC: hue angle of 187.13º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DCBDC is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 203 | 220 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.14 |
| HSL | 187.13º | 0.67% | 0.58% | - |
| HSV(B) | 187.13º | 0.65% | 0.86% | - |
| XYZ | 37.33 | 49.46 | 75.29 | - |
| YUV | 167.26 | 157.76 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 203 | 220 | 0.65 | 0.08 | 0 | 0.14 | 187.13 | 0.67 | 0.58 |
| Hex | 4D | CB | DC | 41 | 8 | 0 | E | BB | 43 | 3A |
| Octal | 115 | 313 | 334 | 101 | 10 | 0 | 16 | 273 | 103 | 72 |
| Binary | 1001101 | 11001011 | 11011100 | 1000001 | 1000 | 0 | 1110 | 10111011 | 1000011 | 111010 |
Color Harmonies of #4DCBDC
Complementary color
Monochromatic Colors of #4DCBDC
Black with #4DCBDC
Text Example
Text Example
White with #4DCBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCBDC; }
p { color: rgb(77,203,220); }
H1.HeaderClassName
{
color: #4DCBDC;
}
.AnyTagClassName
{
color: #4DCBDC;
}
</style>
background-color css
<style>
a { background-color: #4DCBDC; }
a { background-color: rgb(77,203,220); }
div.DivClassName
{
background-color: #4DCBDC;
}
.BgClassName
{
background-color: #4DCBDC;
}
</style>
border-color css
<style>
span { border-color: #4DCBDC; }
span { border-color: rgb(77,203,220); }
td.TdClassName
{
border-color: #4DCBDC;
}
.TagClassName
{
border-color: #4DCBDC;
}
</style>