Shades of Turquoise #4DEBC6
Tints of Turquoise #4DEBC6
RGB
CMYK
RGB Variations
Color information
#4DEBC6 (or 0x4DEBC6) is known color: Turquoise. HEX triplet: 4D, EB and C6. RGB value is (77,235,198). Sum of RGB (Red+Green+Blue) = 77+235+198=510 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.10% from 510); Green value is 235 (92.19% from 255 or 46.08% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 235 - color contains mainly: green. Hex color #4DEBC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEBC6 is #B21439. Grayscale: #B7B7B7. Windows color (decimal): -11670586 or 13036365. OLE color: 13036365.
HSL color Cylindrical-coordinate representation of color #4DEBC6: hue angle of 165.95º 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 #4DEBC6 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 235 | 198 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.08 |
| HSL | 165.95º | 0.8% | 0.61% | - |
| HSV(B) | 165.95º | 0.67% | 0.92% | - |
| XYZ | 42.96 | 65.07 | 63.72 | - |
| YUV | 183.54 | 136.15 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 235 | 198 | 0.67 | 0 | 0.16 | 0.08 | 165.95 | 0.8 | 0.61 |
| Hex | 4D | EB | C6 | 43 | 0 | 10 | 8 | A6 | 50 | 3D |
| Octal | 115 | 353 | 306 | 103 | 0 | 20 | 10 | 246 | 120 | 75 |
| Binary | 1001101 | 11101011 | 11000110 | 1000011 | 0 | 10000 | 1000 | 10100110 | 1010000 | 111101 |
Color Harmonies of #4DEBC6
Complementary color
Monochromatic Colors of #4DEBC6
Black with #4DEBC6
Text Example
Text Example
White with #4DEBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEBC6; }
p { color: rgb(77,235,198); }
H1.HeaderClassName
{
color: #4DEBC6;
}
.AnyTagClassName
{
color: #4DEBC6;
}
</style>
background-color css
<style>
a { background-color: #4DEBC6; }
a { background-color: rgb(77,235,198); }
div.DivClassName
{
background-color: #4DEBC6;
}
.BgClassName
{
background-color: #4DEBC6;
}
</style>
border-color css
<style>
span { border-color: #4DEBC6; }
span { border-color: rgb(77,235,198); }
td.TdClassName
{
border-color: #4DEBC6;
}
.TagClassName
{
border-color: #4DEBC6;
}
</style>