Shades of Medium Turquoise #4DD0DB
Tints of Medium Turquoise #4DD0DB
RGB
CMYK
RGB Variations
Color information
#4DD0DB (or 0x4DD0DB) is known color: Medium Turquoise. HEX triplet: 4D, D0 and DB. RGB value is (77,208,219). Sum of RGB (Red+Green+Blue) = 77+208+219=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DD0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD0DB is #B22F24. Grayscale: #A9A9A9. Windows color (decimal): -11677477 or 14405709. OLE color: 14405709.
HSL color Cylindrical-coordinate representation of color #4DD0DB: hue angle of 184.65º 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 #4DD0DB is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 208 | 219 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.14 |
| HSL | 184.65º | 0.66% | 0.58% | - |
| HSV(B) | 184.65º | 0.65% | 0.86% | - |
| XYZ | 38.4 | 51.8 | 74.99 | - |
| YUV | 170.09 | 155.6 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 208 | 219 | 0.65 | 0.05 | 0 | 0.14 | 184.65 | 0.66 | 0.58 |
| Hex | 4D | D0 | DB | 41 | 5 | 0 | E | B9 | 42 | 3A |
| Octal | 115 | 320 | 333 | 101 | 5 | 0 | 16 | 271 | 102 | 72 |
| Binary | 1001101 | 11010000 | 11011011 | 1000001 | 101 | 0 | 1110 | 10111001 | 1000010 | 111010 |
Color Harmonies of #4DD0DB
Complementary color
Monochromatic Colors of #4DD0DB
Black with #4DD0DB
Text Example
Text Example
White with #4DD0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD0DB; }
p { color: rgb(77,208,219); }
H1.HeaderClassName
{
color: #4DD0DB;
}
.AnyTagClassName
{
color: #4DD0DB;
}
</style>
background-color css
<style>
a { background-color: #4DD0DB; }
a { background-color: rgb(77,208,219); }
div.DivClassName
{
background-color: #4DD0DB;
}
.BgClassName
{
background-color: #4DD0DB;
}
</style>
border-color css
<style>
span { border-color: #4DD0DB; }
span { border-color: rgb(77,208,219); }
td.TdClassName
{
border-color: #4DD0DB;
}
.TagClassName
{
border-color: #4DD0DB;
}
</style>