Shades of Turquoise #4DEAB9
Tints of Turquoise #4DEAB9
RGB
CMYK
RGB Variations
Color information
#4DEAB9 (or 0x4DEAB9) is known color: Turquoise. HEX triplet: 4D, EA and B9. RGB value is (77,234,185). Sum of RGB (Red+Green+Blue) = 77+234+185=496 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.52% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #4DEAB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEAB9 is #B21546. Grayscale: #B5B5B5. Windows color (decimal): -11670855 or 12184141. OLE color: 12184141.
HSL color Cylindrical-coordinate representation of color #4DEAB9: hue angle of 161.27º 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 #4DEAB9 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 234 | 185 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.08 |
| HSL | 161.27º | 0.79% | 0.61% | - |
| HSV(B) | 161.27º | 0.67% | 0.92% | - |
| XYZ | 41.24 | 63.93 | 56.06 | - |
| YUV | 181.47 | 129.99 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 234 | 185 | 0.67 | 0 | 0.21 | 0.08 | 161.27 | 0.79 | 0.61 |
| Hex | 4D | EA | B9 | 43 | 0 | 15 | 8 | A1 | 4F | 3D |
| Octal | 115 | 352 | 271 | 103 | 0 | 25 | 10 | 241 | 117 | 75 |
| Binary | 1001101 | 11101010 | 10111001 | 1000011 | 0 | 10101 | 1000 | 10100001 | 1001111 | 111101 |
Color Harmonies of #4DEAB9
Complementary color
Monochromatic Colors of #4DEAB9
Black with #4DEAB9
Text Example
Text Example
White with #4DEAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEAB9; }
p { color: rgb(77,234,185); }
H1.HeaderClassName
{
color: #4DEAB9;
}
.AnyTagClassName
{
color: #4DEAB9;
}
</style>
background-color css
<style>
a { background-color: #4DEAB9; }
a { background-color: rgb(77,234,185); }
div.DivClassName
{
background-color: #4DEAB9;
}
.BgClassName
{
background-color: #4DEAB9;
}
</style>
border-color css
<style>
span { border-color: #4DEAB9; }
span { border-color: rgb(77,234,185); }
td.TdClassName
{
border-color: #4DEAB9;
}
.TagClassName
{
border-color: #4DEAB9;
}
</style>