Shades of Turquoise #4DEFDD
Tints of Turquoise #4DEFDD
RGB
CMYK
RGB Variations
Color information
#4DEFDD (or 0x4DEFDD) is known color: Turquoise. HEX triplet: 4D, EF and DD. RGB value is (77,239,221). Sum of RGB (Red+Green+Blue) = 77+239+221=537 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.34% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEFDD is #B21022. Grayscale: #BCBCBC. Windows color (decimal): -11669539 or 14544717. OLE color: 14544717.
HSL color Cylindrical-coordinate representation of color #4DEFDD: hue angle of 173.33º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEFDD is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 239 | 221 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.06 |
| HSL | 173.33º | 0.84% | 0.62% | - |
| HSV(B) | 173.33º | 0.68% | 0.94% | - |
| XYZ | 46.98 | 68.53 | 79.16 | - |
| YUV | 188.51 | 146.33 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 239 | 221 | 0.68 | 0 | 0.08 | 0.06 | 173.33 | 0.84 | 0.62 |
| Hex | 4D | EF | DD | 44 | 0 | 8 | 6 | AD | 54 | 3E |
| Octal | 115 | 357 | 335 | 104 | 0 | 10 | 6 | 255 | 124 | 76 |
| Binary | 1001101 | 11101111 | 11011101 | 1000100 | 0 | 1000 | 110 | 10101101 | 1010100 | 111110 |
Color Harmonies of #4DEFDD
Complementary color
Monochromatic Colors of #4DEFDD
Black with #4DEFDD
Text Example
Text Example
White with #4DEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEFDD; }
p { color: rgb(77,239,221); }
H1.HeaderClassName
{
color: #4DEFDD;
}
.AnyTagClassName
{
color: #4DEFDD;
}
</style>
background-color css
<style>
a { background-color: #4DEFDD; }
a { background-color: rgb(77,239,221); }
div.DivClassName
{
background-color: #4DEFDD;
}
.BgClassName
{
background-color: #4DEFDD;
}
</style>
border-color css
<style>
span { border-color: #4DEFDD; }
span { border-color: rgb(77,239,221); }
td.TdClassName
{
border-color: #4DEFDD;
}
.TagClassName
{
border-color: #4DEFDD;
}
</style>