Shades of Turquoise #4DECE2
Tints of Turquoise #4DECE2
RGB
CMYK
RGB Variations
Color information
#4DECE2 (or 0x4DECE2) is known color: Turquoise. HEX triplet: 4D, EC and E2. RGB value is (77,236,226). Sum of RGB (Red+Green+Blue) = 77+236+226=539 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.29% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 226 (88.67% from 255 or 41.93% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DECE2 is #B2131D. Grayscale: #BBBBBB. Windows color (decimal): -11670302 or 14871629. OLE color: 14871629.
HSL color Cylindrical-coordinate representation of color #4DECE2: hue angle of 176.23º 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 #4DECE2 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 226 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.07 |
| HSL | 176.23º | 0.81% | 0.61% | - |
| HSV(B) | 176.23º | 0.67% | 0.93% | - |
| XYZ | 46.78 | 67.06 | 82.43 | - |
| YUV | 187.32 | 149.82 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 226 | 0.67 | 0 | 0.04 | 0.07 | 176.23 | 0.81 | 0.61 |
| Hex | 4D | EC | E2 | 43 | 0 | 4 | 7 | B0 | 51 | 3D |
| Octal | 115 | 354 | 342 | 103 | 0 | 4 | 7 | 260 | 121 | 75 |
| Binary | 1001101 | 11101100 | 11100010 | 1000011 | 0 | 100 | 111 | 10110000 | 1010001 | 111101 |
Color Harmonies of #4DECE2
Complementary color
Monochromatic Colors of #4DECE2
Black with #4DECE2
Text Example
Text Example
White with #4DECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DECE2; }
p { color: rgb(77,236,226); }
H1.HeaderClassName
{
color: #4DECE2;
}
.AnyTagClassName
{
color: #4DECE2;
}
</style>
background-color css
<style>
a { background-color: #4DECE2; }
a { background-color: rgb(77,236,226); }
div.DivClassName
{
background-color: #4DECE2;
}
.BgClassName
{
background-color: #4DECE2;
}
</style>
border-color css
<style>
span { border-color: #4DECE2; }
span { border-color: rgb(77,236,226); }
td.TdClassName
{
border-color: #4DECE2;
}
.TagClassName
{
border-color: #4DECE2;
}
</style>