Shades of Turquoise #4DECD5
Tints of Turquoise #4DECD5
RGB
CMYK
RGB Variations
Color information
#4DECD5 (or 0x4DECD5) is known color: Turquoise. HEX triplet: 4D, EC and D5. RGB value is (77,236,213). Sum of RGB (Red+Green+Blue) = 77+236+213=526 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.64% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DECD5 is #B2132A. Grayscale: #B9B9B9. Windows color (decimal): -11670315 or 14019661. OLE color: 14019661.
HSL color Cylindrical-coordinate representation of color #4DECD5: hue angle of 171.32º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DECD5 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 213 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.07 |
| HSL | 171.32º | 0.81% | 0.61% | - |
| HSV(B) | 171.32º | 0.67% | 0.93% | - |
| XYZ | 45.07 | 66.37 | 73.39 | - |
| YUV | 185.84 | 143.32 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 213 | 0.67 | 0 | 0.10 | 0.07 | 171.32 | 0.81 | 0.61 |
| Hex | 4D | EC | D5 | 43 | 0 | A | 7 | AB | 51 | 3D |
| Octal | 115 | 354 | 325 | 103 | 0 | 12 | 7 | 253 | 121 | 75 |
| Binary | 1001101 | 11101100 | 11010101 | 1000011 | 0 | 1010 | 111 | 10101011 | 1010001 | 111101 |
Color Harmonies of #4DECD5
Complementary color
Monochromatic Colors of #4DECD5
Black with #4DECD5
Text Example
Text Example
White with #4DECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DECD5; }
p { color: rgb(77,236,213); }
H1.HeaderClassName
{
color: #4DECD5;
}
.AnyTagClassName
{
color: #4DECD5;
}
</style>
background-color css
<style>
a { background-color: #4DECD5; }
a { background-color: rgb(77,236,213); }
div.DivClassName
{
background-color: #4DECD5;
}
.BgClassName
{
background-color: #4DECD5;
}
</style>
border-color css
<style>
span { border-color: #4DECD5; }
span { border-color: rgb(77,236,213); }
td.TdClassName
{
border-color: #4DECD5;
}
.TagClassName
{
border-color: #4DECD5;
}
</style>