Shades of Medium Turquoise #4DD6DF
Tints of Medium Turquoise #4DD6DF
RGB
CMYK
RGB Variations
Color information
#4DD6DF (or 0x4DD6DF) is known color: Medium Turquoise. HEX triplet: 4D, D6 and DF. RGB value is (77,214,223). Sum of RGB (Red+Green+Blue) = 77+214+223=514 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.98% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #4DD6DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD6DF is #B22920. Grayscale: #ADADAD. Windows color (decimal): -11675937 or 14669389. OLE color: 14669389.
HSL color Cylindrical-coordinate representation of color #4DD6DF: hue angle of 183.7º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DD6DF is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 214 | 223 | - |
| CMYK | 0.65 | 0.04 | 0 | 0.13 |
| HSL | 183.7º | 0.7% | 0.59% | - |
| HSV(B) | 183.7º | 0.65% | 0.87% | - |
| XYZ | 40.43 | 55 | 78.3 | - |
| YUV | 174.06 | 155.61 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 214 | 223 | 0.65 | 0.04 | 0 | 0.13 | 183.7 | 0.7 | 0.59 |
| Hex | 4D | D6 | DF | 41 | 4 | 0 | D | B8 | 46 | 3B |
| Octal | 115 | 326 | 337 | 101 | 4 | 0 | 15 | 270 | 106 | 73 |
| Binary | 1001101 | 11010110 | 11011111 | 1000001 | 100 | 0 | 1101 | 10111000 | 1000110 | 111011 |
Color Harmonies of #4DD6DF
Complementary color
Monochromatic Colors of #4DD6DF
Black with #4DD6DF
Text Example
Text Example
White with #4DD6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD6DF; }
p { color: rgb(77,214,223); }
H1.HeaderClassName
{
color: #4DD6DF;
}
.AnyTagClassName
{
color: #4DD6DF;
}
</style>
background-color css
<style>
a { background-color: #4DD6DF; }
a { background-color: rgb(77,214,223); }
div.DivClassName
{
background-color: #4DD6DF;
}
.BgClassName
{
background-color: #4DD6DF;
}
</style>
border-color css
<style>
span { border-color: #4DD6DF; }
span { border-color: rgb(77,214,223); }
td.TdClassName
{
border-color: #4DD6DF;
}
.TagClassName
{
border-color: #4DD6DF;
}
</style>