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