Shades of Medium Turquoise #4DD6DB
Tints of Medium Turquoise #4DD6DB
RGB
CMYK
RGB Variations
Color information
#4DD6DB (or 0x4DD6DB) is known color: Medium Turquoise. HEX triplet: 4D, D6 and DB. RGB value is (77,214,219). Sum of RGB (Red+Green+Blue) = 77+214+219=510 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.10% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DD6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD6DB is #B22924. Grayscale: #ADADAD. Windows color (decimal): -11675941 or 14407245. OLE color: 14407245.
HSL color Cylindrical-coordinate representation of color #4DD6DB: hue angle of 182.11º 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 #4DD6DB is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 214 | 219 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.14 |
| HSL | 182.11º | 0.66% | 0.58% | - |
| HSV(B) | 182.11º | 0.65% | 0.86% | - |
| XYZ | 39.89 | 54.79 | 75.49 | - |
| YUV | 173.61 | 153.61 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 214 | 219 | 0.65 | 0.02 | 0 | 0.14 | 182.11 | 0.66 | 0.58 |
| Hex | 4D | D6 | DB | 41 | 2 | 0 | E | B6 | 42 | 3A |
| Octal | 115 | 326 | 333 | 101 | 2 | 0 | 16 | 266 | 102 | 72 |
| Binary | 1001101 | 11010110 | 11011011 | 1000001 | 10 | 0 | 1110 | 10110110 | 1000010 | 111010 |
Color Harmonies of #4DD6DB
Complementary color
Monochromatic Colors of #4DD6DB
Black with #4DD6DB
Text Example
Text Example
White with #4DD6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD6DB; }
p { color: rgb(77,214,219); }
H1.HeaderClassName
{
color: #4DD6DB;
}
.AnyTagClassName
{
color: #4DD6DB;
}
</style>
background-color css
<style>
a { background-color: #4DD6DB; }
a { background-color: rgb(77,214,219); }
div.DivClassName
{
background-color: #4DD6DB;
}
.BgClassName
{
background-color: #4DD6DB;
}
</style>
border-color css
<style>
span { border-color: #4DD6DB; }
span { border-color: rgb(77,214,219); }
td.TdClassName
{
border-color: #4DD6DB;
}
.TagClassName
{
border-color: #4DD6DB;
}
</style>