Shades of Turquoise #4DECD4
Tints of Turquoise #4DECD4
RGB
CMYK
RGB Variations
Color information
#4DECD4 (or 0x4DECD4) is known color: Turquoise. HEX triplet: 4D, EC and D4. RGB value is (77,236,212). Sum of RGB (Red+Green+Blue) = 77+236+212=525 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.67% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DECD4 is #B2132B. Grayscale: #B9B9B9. Windows color (decimal): -11670316 or 13954125. OLE color: 13954125.
HSL color Cylindrical-coordinate representation of color #4DECD4: hue angle of 170.94º 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 #4DECD4 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 212 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.07 |
| HSL | 170.94º | 0.81% | 0.61% | - |
| HSV(B) | 170.94º | 0.67% | 0.93% | - |
| XYZ | 44.94 | 66.32 | 72.72 | - |
| YUV | 185.72 | 142.82 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 212 | 0.67 | 0 | 0.10 | 0.07 | 170.94 | 0.81 | 0.61 |
| Hex | 4D | EC | D4 | 43 | 0 | A | 7 | AB | 51 | 3D |
| Octal | 115 | 354 | 324 | 103 | 0 | 12 | 7 | 253 | 121 | 75 |
| Binary | 1001101 | 11101100 | 11010100 | 1000011 | 0 | 1010 | 111 | 10101011 | 1010001 | 111101 |
Color Harmonies of #4DECD4
Complementary color
Monochromatic Colors of #4DECD4
Black with #4DECD4
Text Example
Text Example
White with #4DECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DECD4; }
p { color: rgb(77,236,212); }
H1.HeaderClassName
{
color: #4DECD4;
}
.AnyTagClassName
{
color: #4DECD4;
}
</style>
background-color css
<style>
a { background-color: #4DECD4; }
a { background-color: rgb(77,236,212); }
div.DivClassName
{
background-color: #4DECD4;
}
.BgClassName
{
background-color: #4DECD4;
}
</style>
border-color css
<style>
span { border-color: #4DECD4; }
span { border-color: rgb(77,236,212); }
td.TdClassName
{
border-color: #4DECD4;
}
.TagClassName
{
border-color: #4DECD4;
}
</style>