Shades of Turquoise #4DEBBC
Tints of Turquoise #4DEBBC
RGB
CMYK
RGB Variations
Color information
#4DEBBC (or 0x4DEBBC) is known color: Turquoise. HEX triplet: 4D, EB and BC. RGB value is (77,235,188). Sum of RGB (Red+Green+Blue) = 77+235+188=500 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.4% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #4DEBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEBBC is #B21443. Grayscale: #B6B6B6. Windows color (decimal): -11670596 or 12381005. OLE color: 12381005.
HSL color Cylindrical-coordinate representation of color #4DEBBC: hue angle of 162.15º 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 #4DEBBC is Cyan = 0.67, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 235 | 188 | - |
| CMYK | 0.67 | 0 | 0.2 | 0.08 |
| HSL | 162.15º | 0.8% | 0.61% | - |
| HSV(B) | 162.15º | 0.67% | 0.92% | - |
| XYZ | 41.85 | 64.63 | 57.85 | - |
| YUV | 182.4 | 131.15 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 235 | 188 | 0.67 | 0 | 0.2 | 0.08 | 162.15 | 0.8 | 0.61 |
| Hex | 4D | EB | BC | 43 | 0 | 14 | 8 | A2 | 50 | 3D |
| Octal | 115 | 353 | 274 | 103 | 0 | 24 | 10 | 242 | 120 | 75 |
| Binary | 1001101 | 11101011 | 10111100 | 1000011 | 0 | 10100 | 1000 | 10100010 | 1010000 | 111101 |
Color Harmonies of #4DEBBC
Complementary color
Monochromatic Colors of #4DEBBC
Black with #4DEBBC
Text Example
Text Example
White with #4DEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEBBC; }
p { color: rgb(77,235,188); }
H1.HeaderClassName
{
color: #4DEBBC;
}
.AnyTagClassName
{
color: #4DEBBC;
}
</style>
background-color css
<style>
a { background-color: #4DEBBC; }
a { background-color: rgb(77,235,188); }
div.DivClassName
{
background-color: #4DEBBC;
}
.BgClassName
{
background-color: #4DEBBC;
}
</style>
border-color css
<style>
span { border-color: #4DEBBC; }
span { border-color: rgb(77,235,188); }
td.TdClassName
{
border-color: #4DEBBC;
}
.TagClassName
{
border-color: #4DEBBC;
}
</style>