Shades of Turquoise #4DE5D3
Tints of Turquoise #4DE5D3
RGB
CMYK
RGB Variations
Color information
#4DE5D3 (or 0x4DE5D3) is known color: Turquoise. HEX triplet: 4D, E5 and D3. RGB value is (77,229,211). Sum of RGB (Red+Green+Blue) = 77+229+211=517 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.89% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 211 (82.81% from 255 or 40.81% from 517); Max value from RGB is 229 - color contains mainly: green. Hex color #4DE5D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DE5D3 is #B21A2C. Grayscale: #B5B5B5. Windows color (decimal): -11672109 or 13886797. OLE color: 13886797.
HSL color Cylindrical-coordinate representation of color #4DE5D3: hue angle of 172.89º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DE5D3 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 77 | 229 | 211 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.10 |
| HSL | 172.89º | 0.75% | 0.6% | - |
| HSV(B) | 172.89º | 0.66% | 0.9% | - |
| XYZ | 42.84 | 62.32 | 71.4 | - |
| YUV | 181.5 | 144.64 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 229 | 211 | 0.66 | 0 | 0.08 | 0.10 | 172.89 | 0.75 | 0.6 |
| Hex | 4D | E5 | D3 | 42 | 0 | 8 | A | AD | 4B | 3C |
| Octal | 115 | 345 | 323 | 102 | 0 | 10 | 12 | 255 | 113 | 74 |
| Binary | 1001101 | 11100101 | 11010011 | 1000010 | 0 | 1000 | 1010 | 10101101 | 1001011 | 111100 |
Color Harmonies of #4DE5D3
Complementary color
Monochromatic Colors of #4DE5D3
Black with #4DE5D3
Text Example
Text Example
White with #4DE5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE5D3; }
p { color: rgb(77,229,211); }
H1.HeaderClassName
{
color: #4DE5D3;
}
.AnyTagClassName
{
color: #4DE5D3;
}
</style>
background-color css
<style>
a { background-color: #4DE5D3; }
a { background-color: rgb(77,229,211); }
div.DivClassName
{
background-color: #4DE5D3;
}
.BgClassName
{
background-color: #4DE5D3;
}
</style>
border-color css
<style>
span { border-color: #4DE5D3; }
span { border-color: rgb(77,229,211); }
td.TdClassName
{
border-color: #4DE5D3;
}
.TagClassName
{
border-color: #4DE5D3;
}
</style>