Shades of Medium Turquoise #4DC7DB
Tints of Medium Turquoise #4DC7DB
RGB
CMYK
RGB Variations
Color information
#4DC7DB (or 0x4DC7DB) is known color: Medium Turquoise. HEX triplet: 4D, C7 and DB. RGB value is (77,199,219). Sum of RGB (Red+Green+Blue) = 77+199+219=495 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.56% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DC7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC7DB is #B23824. Grayscale: #A4A4A4. Windows color (decimal): -11679781 or 14403405. OLE color: 14403405.
HSL color Cylindrical-coordinate representation of color #4DC7DB: hue angle of 188.45º 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 #4DC7DB is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 199 | 219 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.14 |
| HSL | 188.45º | 0.66% | 0.58% | - |
| HSV(B) | 188.45º | 0.65% | 0.86% | - |
| XYZ | 36.27 | 47.54 | 74.28 | - |
| YUV | 164.8 | 158.58 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 199 | 219 | 0.65 | 0.09 | 0 | 0.14 | 188.45 | 0.66 | 0.58 |
| Hex | 4D | C7 | DB | 41 | 9 | 0 | E | BC | 42 | 3A |
| Octal | 115 | 307 | 333 | 101 | 11 | 0 | 16 | 274 | 102 | 72 |
| Binary | 1001101 | 11000111 | 11011011 | 1000001 | 1001 | 0 | 1110 | 10111100 | 1000010 | 111010 |
Color Harmonies of #4DC7DB
Complementary color
Monochromatic Colors of #4DC7DB
Black with #4DC7DB
Text Example
Text Example
White with #4DC7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC7DB; }
p { color: rgb(77,199,219); }
H1.HeaderClassName
{
color: #4DC7DB;
}
.AnyTagClassName
{
color: #4DC7DB;
}
</style>
background-color css
<style>
a { background-color: #4DC7DB; }
a { background-color: rgb(77,199,219); }
div.DivClassName
{
background-color: #4DC7DB;
}
.BgClassName
{
background-color: #4DC7DB;
}
</style>
border-color css
<style>
span { border-color: #4DC7DB; }
span { border-color: rgb(77,199,219); }
td.TdClassName
{
border-color: #4DC7DB;
}
.TagClassName
{
border-color: #4DC7DB;
}
</style>