Shades of Turquoise #4DECC2
Tints of Turquoise #4DECC2
RGB
CMYK
RGB Variations
Color information
#4DECC2 (or 0x4DECC2) is known color: Turquoise. HEX triplet: 4D, EC and C2. RGB value is (77,236,194). Sum of RGB (Red+Green+Blue) = 77+236+194=507 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.19% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DECC2 is #B2133D. Grayscale: #B7B7B7. Windows color (decimal): -11670334 or 12774477. OLE color: 12774477.
HSL color Cylindrical-coordinate representation of color #4DECC2: hue angle of 164.15º 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 #4DECC2 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 194 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.07 |
| HSL | 164.15º | 0.81% | 0.61% | - |
| HSV(B) | 164.15º | 0.67% | 0.93% | - |
| XYZ | 42.79 | 65.46 | 61.42 | - |
| YUV | 183.67 | 133.82 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 194 | 0.67 | 0 | 0.18 | 0.07 | 164.15 | 0.81 | 0.61 |
| Hex | 4D | EC | C2 | 43 | 0 | 12 | 7 | A4 | 51 | 3D |
| Octal | 115 | 354 | 302 | 103 | 0 | 22 | 7 | 244 | 121 | 75 |
| Binary | 1001101 | 11101100 | 11000010 | 1000011 | 0 | 10010 | 111 | 10100100 | 1010001 | 111101 |
Color Harmonies of #4DECC2
Complementary color
Monochromatic Colors of #4DECC2
Black with #4DECC2
Text Example
Text Example
White with #4DECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DECC2; }
p { color: rgb(77,236,194); }
H1.HeaderClassName
{
color: #4DECC2;
}
.AnyTagClassName
{
color: #4DECC2;
}
</style>
background-color css
<style>
a { background-color: #4DECC2; }
a { background-color: rgb(77,236,194); }
div.DivClassName
{
background-color: #4DECC2;
}
.BgClassName
{
background-color: #4DECC2;
}
</style>
border-color css
<style>
span { border-color: #4DECC2; }
span { border-color: rgb(77,236,194); }
td.TdClassName
{
border-color: #4DECC2;
}
.TagClassName
{
border-color: #4DECC2;
}
</style>