Shades of Turquoise #4DECC1
Tints of Turquoise #4DECC1
RGB
CMYK
RGB Variations
Color information
#4DECC1 (or 0x4DECC1) is known color: Turquoise. HEX triplet: 4D, EC and C1. RGB value is (77,236,193). Sum of RGB (Red+Green+Blue) = 77+236+193=506 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.22% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DECC1 is #B2133E. Grayscale: #B7B7B7. Windows color (decimal): -11670335 or 12708941. OLE color: 12708941.
HSL color Cylindrical-coordinate representation of color #4DECC1: hue angle of 163.77º 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 #4DECC1 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 193 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.07 |
| HSL | 163.77º | 0.81% | 0.61% | - |
| HSV(B) | 163.77º | 0.67% | 0.93% | - |
| XYZ | 42.68 | 65.42 | 60.83 | - |
| YUV | 183.56 | 133.32 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 193 | 0.67 | 0 | 0.18 | 0.07 | 163.77 | 0.81 | 0.61 |
| Hex | 4D | EC | C1 | 43 | 0 | 12 | 7 | A4 | 51 | 3D |
| Octal | 115 | 354 | 301 | 103 | 0 | 22 | 7 | 244 | 121 | 75 |
| Binary | 1001101 | 11101100 | 11000001 | 1000011 | 0 | 10010 | 111 | 10100100 | 1010001 | 111101 |
Color Harmonies of #4DECC1
Complementary color
Monochromatic Colors of #4DECC1
Black with #4DECC1
Text Example
Text Example
White with #4DECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DECC1; }
p { color: rgb(77,236,193); }
H1.HeaderClassName
{
color: #4DECC1;
}
.AnyTagClassName
{
color: #4DECC1;
}
</style>
background-color css
<style>
a { background-color: #4DECC1; }
a { background-color: rgb(77,236,193); }
div.DivClassName
{
background-color: #4DECC1;
}
.BgClassName
{
background-color: #4DECC1;
}
</style>
border-color css
<style>
span { border-color: #4DECC1; }
span { border-color: rgb(77,236,193); }
td.TdClassName
{
border-color: #4DECC1;
}
.TagClassName
{
border-color: #4DECC1;
}
</style>