Shades of Turquoise #4DEACD
Tints of Turquoise #4DEACD
RGB
CMYK
RGB Variations
Color information
#4DEACD (or 0x4DEACD) is known color: Turquoise. HEX triplet: 4D, EA and CD. RGB value is (77,234,205). Sum of RGB (Red+Green+Blue) = 77+234+205=516 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.92% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #4DEACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEACD is #B21532. Grayscale: #B7B7B7. Windows color (decimal): -11670835 or 13494861. OLE color: 13494861.
HSL color Cylindrical-coordinate representation of color #4DEACD: hue angle of 168.92º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DEACD is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 234 | 205 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.08 |
| HSL | 168.92º | 0.79% | 0.61% | - |
| HSV(B) | 168.92º | 0.67% | 0.92% | - |
| XYZ | 43.5 | 64.83 | 67.98 | - |
| YUV | 183.75 | 139.99 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 234 | 205 | 0.67 | 0 | 0.12 | 0.08 | 168.92 | 0.79 | 0.61 |
| Hex | 4D | EA | CD | 43 | 0 | C | 8 | A9 | 4F | 3D |
| Octal | 115 | 352 | 315 | 103 | 0 | 14 | 10 | 251 | 117 | 75 |
| Binary | 1001101 | 11101010 | 11001101 | 1000011 | 0 | 1100 | 1000 | 10101001 | 1001111 | 111101 |
Color Harmonies of #4DEACD
Complementary color
Monochromatic Colors of #4DEACD
Black with #4DEACD
Text Example
Text Example
White with #4DEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEACD; }
p { color: rgb(77,234,205); }
H1.HeaderClassName
{
color: #4DEACD;
}
.AnyTagClassName
{
color: #4DEACD;
}
</style>
background-color css
<style>
a { background-color: #4DEACD; }
a { background-color: rgb(77,234,205); }
div.DivClassName
{
background-color: #4DEACD;
}
.BgClassName
{
background-color: #4DEACD;
}
</style>
border-color css
<style>
span { border-color: #4DEACD; }
span { border-color: rgb(77,234,205); }
td.TdClassName
{
border-color: #4DEACD;
}
.TagClassName
{
border-color: #4DEACD;
}
</style>