Shades of Turquoise #4DEBBE
Tints of Turquoise #4DEBBE
RGB
CMYK
RGB Variations
Color information
#4DEBBE (or 0x4DEBBE) is known color: Turquoise. HEX triplet: 4D, EB and BE. RGB value is (77,235,190). Sum of RGB (Red+Green+Blue) = 77+235+190=502 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.34% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #4DEBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEBBE is #B21441. Grayscale: #B6B6B6. Windows color (decimal): -11670594 or 12512077. OLE color: 12512077.
HSL color Cylindrical-coordinate representation of color #4DEBBE: hue angle of 162.91º 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 #4DEBBE is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 235 | 190 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.08 |
| HSL | 162.91º | 0.8% | 0.61% | - |
| HSV(B) | 162.91º | 0.67% | 0.92% | - |
| XYZ | 42.06 | 64.71 | 58.99 | - |
| YUV | 182.63 | 132.15 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 235 | 190 | 0.67 | 0 | 0.19 | 0.08 | 162.91 | 0.8 | 0.61 |
| Hex | 4D | EB | BE | 43 | 0 | 13 | 8 | A3 | 50 | 3D |
| Octal | 115 | 353 | 276 | 103 | 0 | 23 | 10 | 243 | 120 | 75 |
| Binary | 1001101 | 11101011 | 10111110 | 1000011 | 0 | 10011 | 1000 | 10100011 | 1010000 | 111101 |
Color Harmonies of #4DEBBE
Complementary color
Monochromatic Colors of #4DEBBE
Black with #4DEBBE
Text Example
Text Example
White with #4DEBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEBBE; }
p { color: rgb(77,235,190); }
H1.HeaderClassName
{
color: #4DEBBE;
}
.AnyTagClassName
{
color: #4DEBBE;
}
</style>
background-color css
<style>
a { background-color: #4DEBBE; }
a { background-color: rgb(77,235,190); }
div.DivClassName
{
background-color: #4DEBBE;
}
.BgClassName
{
background-color: #4DEBBE;
}
</style>
border-color css
<style>
span { border-color: #4DEBBE; }
span { border-color: rgb(77,235,190); }
td.TdClassName
{
border-color: #4DEBBE;
}
.TagClassName
{
border-color: #4DEBBE;
}
</style>