Shades of Turquoise #4DECD0
Tints of Turquoise #4DECD0
RGB
CMYK
RGB Variations
Color information
#4DECD0 (or 0x4DECD0) is known color: Turquoise. HEX triplet: 4D, EC and D0. RGB value is (77,236,208). Sum of RGB (Red+Green+Blue) = 77+236+208=521 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.78% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DECD0 is #B2132F. Grayscale: #B9B9B9. Windows color (decimal): -11670320 or 13691981. OLE color: 13691981.
HSL color Cylindrical-coordinate representation of color #4DECD0: hue angle of 169.43º 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 #4DECD0 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 208 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.07 |
| HSL | 169.43º | 0.81% | 0.61% | - |
| HSV(B) | 169.43º | 0.67% | 0.93% | - |
| XYZ | 44.44 | 66.12 | 70.1 | - |
| YUV | 185.27 | 140.82 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 208 | 0.67 | 0 | 0.12 | 0.07 | 169.43 | 0.81 | 0.61 |
| Hex | 4D | EC | D0 | 43 | 0 | C | 7 | A9 | 51 | 3D |
| Octal | 115 | 354 | 320 | 103 | 0 | 14 | 7 | 251 | 121 | 75 |
| Binary | 1001101 | 11101100 | 11010000 | 1000011 | 0 | 1100 | 111 | 10101001 | 1010001 | 111101 |
Color Harmonies of #4DECD0
Complementary color
Monochromatic Colors of #4DECD0
Black with #4DECD0
Text Example
Text Example
White with #4DECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DECD0; }
p { color: rgb(77,236,208); }
H1.HeaderClassName
{
color: #4DECD0;
}
.AnyTagClassName
{
color: #4DECD0;
}
</style>
background-color css
<style>
a { background-color: #4DECD0; }
a { background-color: rgb(77,236,208); }
div.DivClassName
{
background-color: #4DECD0;
}
.BgClassName
{
background-color: #4DECD0;
}
</style>
border-color css
<style>
span { border-color: #4DECD0; }
span { border-color: rgb(77,236,208); }
td.TdClassName
{
border-color: #4DECD0;
}
.TagClassName
{
border-color: #4DECD0;
}
</style>