Shades of Turquoise #4DECE6
Tints of Turquoise #4DECE6
RGB
CMYK
RGB Variations
Color information
#4DECE6 (or 0x4DECE6) is known color: Turquoise. HEX triplet: 4D, EC and E6. RGB value is (77,236,230). Sum of RGB (Red+Green+Blue) = 77+236+230=543 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.18% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DECE6 is #B21319. Grayscale: #BBBBBB. Windows color (decimal): -11670298 or 15133773. OLE color: 15133773.
HSL color Cylindrical-coordinate representation of color #4DECE6: hue angle of 177.74º 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 #4DECE6 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 230 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.07 |
| HSL | 177.74º | 0.81% | 0.61% | - |
| HSV(B) | 177.74º | 0.67% | 0.93% | - |
| XYZ | 47.34 | 67.28 | 85.35 | - |
| YUV | 187.78 | 151.82 | 48.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 230 | 0.67 | 0 | 0.03 | 0.07 | 177.74 | 0.81 | 0.61 |
| Hex | 4D | EC | E6 | 43 | 0 | 3 | 7 | B2 | 51 | 3D |
| Octal | 115 | 354 | 346 | 103 | 0 | 3 | 7 | 262 | 121 | 75 |
| Binary | 1001101 | 11101100 | 11100110 | 1000011 | 0 | 11 | 111 | 10110010 | 1010001 | 111101 |
Color Harmonies of #4DECE6
Complementary color
Monochromatic Colors of #4DECE6
Black with #4DECE6
Text Example
Text Example
White with #4DECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DECE6; }
p { color: rgb(77,236,230); }
H1.HeaderClassName
{
color: #4DECE6;
}
.AnyTagClassName
{
color: #4DECE6;
}
</style>
background-color css
<style>
a { background-color: #4DECE6; }
a { background-color: rgb(77,236,230); }
div.DivClassName
{
background-color: #4DECE6;
}
.BgClassName
{
background-color: #4DECE6;
}
</style>
border-color css
<style>
span { border-color: #4DECE6; }
span { border-color: rgb(77,236,230); }
td.TdClassName
{
border-color: #4DECE6;
}
.TagClassName
{
border-color: #4DECE6;
}
</style>