Shades of Turquoise #4DEBC9
Tints of Turquoise #4DEBC9
RGB
CMYK
RGB Variations
Color information
#4DEBC9 (or 0x4DEBC9) is known color: Turquoise. HEX triplet: 4D, EB and C9. RGB value is (77,235,201). Sum of RGB (Red+Green+Blue) = 77+235+201=513 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.01% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #4DEBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEBC9 is #B21436. Grayscale: #B7B7B7. Windows color (decimal): -11670583 or 13232973. OLE color: 13232973.
HSL color Cylindrical-coordinate representation of color #4DEBC9: hue angle of 167.09º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DEBC9 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 235 | 201 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.08 |
| HSL | 167.09º | 0.8% | 0.61% | - |
| HSV(B) | 167.09º | 0.67% | 0.92% | - |
| XYZ | 43.31 | 65.21 | 65.56 | - |
| YUV | 183.88 | 137.65 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 235 | 201 | 0.67 | 0 | 0.14 | 0.08 | 167.09 | 0.8 | 0.61 |
| Hex | 4D | EB | C9 | 43 | 0 | E | 8 | A7 | 50 | 3D |
| Octal | 115 | 353 | 311 | 103 | 0 | 16 | 10 | 247 | 120 | 75 |
| Binary | 1001101 | 11101011 | 11001001 | 1000011 | 0 | 1110 | 1000 | 10100111 | 1010000 | 111101 |
Color Harmonies of #4DEBC9
Complementary color
Monochromatic Colors of #4DEBC9
Black with #4DEBC9
Text Example
Text Example
White with #4DEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEBC9; }
p { color: rgb(77,235,201); }
H1.HeaderClassName
{
color: #4DEBC9;
}
.AnyTagClassName
{
color: #4DEBC9;
}
</style>
background-color css
<style>
a { background-color: #4DEBC9; }
a { background-color: rgb(77,235,201); }
div.DivClassName
{
background-color: #4DEBC9;
}
.BgClassName
{
background-color: #4DEBC9;
}
</style>
border-color css
<style>
span { border-color: #4DEBC9; }
span { border-color: rgb(77,235,201); }
td.TdClassName
{
border-color: #4DEBC9;
}
.TagClassName
{
border-color: #4DEBC9;
}
</style>