Shades of Turquoise #4DECE8
Tints of Turquoise #4DECE8
RGB
CMYK
RGB Variations
Color information
#4DECE8 (or 0x4DECE8) is known color: Turquoise. HEX triplet: 4D, EC and E8. RGB value is (77,236,232). Sum of RGB (Red+Green+Blue) = 77+236+232=545 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.13% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DECE8 is #B21317. Grayscale: #BBBBBB. Windows color (decimal): -11670296 or 15264845. OLE color: 15264845.
HSL color Cylindrical-coordinate representation of color #4DECE8: hue angle of 178.49º 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 #4DECE8 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 232 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.07 |
| HSL | 178.49º | 0.81% | 0.61% | - |
| HSV(B) | 178.49º | 0.67% | 0.93% | - |
| XYZ | 47.62 | 67.39 | 86.84 | - |
| YUV | 188 | 152.82 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 232 | 0.67 | 0 | 0.02 | 0.07 | 178.49 | 0.81 | 0.61 |
| Hex | 4D | EC | E8 | 43 | 0 | 2 | 7 | B2 | 51 | 3D |
| Octal | 115 | 354 | 350 | 103 | 0 | 2 | 7 | 262 | 121 | 75 |
| Binary | 1001101 | 11101100 | 11101000 | 1000011 | 0 | 10 | 111 | 10110010 | 1010001 | 111101 |
Color Harmonies of #4DECE8
Complementary color
Monochromatic Colors of #4DECE8
Black with #4DECE8
Text Example
Text Example
White with #4DECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DECE8; }
p { color: rgb(77,236,232); }
H1.HeaderClassName
{
color: #4DECE8;
}
.AnyTagClassName
{
color: #4DECE8;
}
</style>
background-color css
<style>
a { background-color: #4DECE8; }
a { background-color: rgb(77,236,232); }
div.DivClassName
{
background-color: #4DECE8;
}
.BgClassName
{
background-color: #4DECE8;
}
</style>
border-color css
<style>
span { border-color: #4DECE8; }
span { border-color: rgb(77,236,232); }
td.TdClassName
{
border-color: #4DECE8;
}
.TagClassName
{
border-color: #4DECE8;
}
</style>