Shades of Medium Turquoise #4DDBDA
Tints of Medium Turquoise #4DDBDA
RGB
CMYK
RGB Variations
Color information
#4DDBDA (or 0x4DDBDA) is known color: Medium Turquoise. HEX triplet: 4D, DB and DA. RGB value is (77,219,218). Sum of RGB (Red+Green+Blue) = 77+219+218=514 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.98% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDBDA is #B22425. Grayscale: #B0B0B0. Windows color (decimal): -11674662 or 14342989. OLE color: 14342989.
HSL color Cylindrical-coordinate representation of color #4DDBDA: hue angle of 179.58º 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 #4DDBDA is Cyan = 0.65, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 77 | 219 | 218 | - |
CMYK | 0.65 | 0 | 0.00 | 0.14 |
HSL | 179.58º | 0.66% | 0.58% | - |
HSV(B) | 179.58º | 0.65% | 0.86% | - |
XYZ | 41.05 | 57.3 | 75.23 | - |
YUV | 176.43 | 151.46 | 57.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 219 | 218 | 0.65 | 0 | 0.00 | 0.14 | 179.58 | 0.66 | 0.58 |
Hex | 4D | DB | DA | 41 | 0 | 0 | E | B4 | 42 | 3A |
Octal | 115 | 333 | 332 | 101 | 0 | 0 | 16 | 264 | 102 | 72 |
Binary | 1001101 | 11011011 | 11011010 | 1000001 | 0 | 0 | 1110 | 10110100 | 1000010 | 111010 |
Color Harmonies of #4DDBDA
Complementary color
Monochromatic Colors of #4DDBDA
Black with #4DDBDA
Text Example
Text Example
White with #4DDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDBDA; }
p { color: rgb(77,219,218); }
H1.HeaderClassName
{
color: #4DDBDA;
}
.AnyTagClassName
{
color: #4DDBDA;
}
</style>
background-color css
<style>
a { background-color: #4DDBDA; }
a { background-color: rgb(77,219,218); }
div.DivClassName
{
background-color: #4DDBDA;
}
.BgClassName
{
background-color: #4DDBDA;
}
</style>
border-color css
<style>
span { border-color: #4DDBDA; }
span { border-color: rgb(77,219,218); }
td.TdClassName
{
border-color: #4DDBDA;
}
.TagClassName
{
border-color: #4DDBDA;
}
</style>