Shades of Medium Turquoise #4DDBD7
Tints of Medium Turquoise #4DDBD7
RGB
CMYK
RGB Variations
Color information
#4DDBD7 (or 0x4DDBD7) is known color: Medium Turquoise. HEX triplet: 4D, DB and D7. RGB value is (77,219,215). Sum of RGB (Red+Green+Blue) = 77+219+215=511 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.07% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDBD7 is #B22428. Grayscale: #AFAFAF. Windows color (decimal): -11674665 or 14146381. OLE color: 14146381.
HSL color Cylindrical-coordinate representation of color #4DDBD7: hue angle of 178.31º degrees, saturation: 0.66, 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 #4DDBD7 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 219 | 215 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.14 |
| HSL | 178.31º | 0.66% | 0.58% | - |
| HSV(B) | 178.31º | 0.65% | 0.86% | - |
| XYZ | 40.66 | 57.15 | 73.18 | - |
| YUV | 176.09 | 149.96 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 219 | 215 | 0.65 | 0 | 0.02 | 0.14 | 178.31 | 0.66 | 0.58 |
| Hex | 4D | DB | D7 | 41 | 0 | 2 | E | B2 | 42 | 3A |
| Octal | 115 | 333 | 327 | 101 | 0 | 2 | 16 | 262 | 102 | 72 |
| Binary | 1001101 | 11011011 | 11010111 | 1000001 | 0 | 10 | 1110 | 10110010 | 1000010 | 111010 |
Color Harmonies of #4DDBD7
Complementary color
Monochromatic Colors of #4DDBD7
Black with #4DDBD7
Text Example
Text Example
White with #4DDBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDBD7; }
p { color: rgb(77,219,215); }
H1.HeaderClassName
{
color: #4DDBD7;
}
.AnyTagClassName
{
color: #4DDBD7;
}
</style>
background-color css
<style>
a { background-color: #4DDBD7; }
a { background-color: rgb(77,219,215); }
div.DivClassName
{
background-color: #4DDBD7;
}
.BgClassName
{
background-color: #4DDBD7;
}
</style>
border-color css
<style>
span { border-color: #4DDBD7; }
span { border-color: rgb(77,219,215); }
td.TdClassName
{
border-color: #4DDBD7;
}
.TagClassName
{
border-color: #4DDBD7;
}
</style>