Shades of Turquoise #4DFBBE
Tints of Turquoise #4DFBBE
RGB
CMYK
RGB Variations
Color information
#4DFBBE (or 0x4DFBBE) is known color: Turquoise. HEX triplet: 4D, FB and BE. RGB value is (77,251,190). Sum of RGB (Red+Green+Blue) = 77+251+190=518 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.86% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFBBE is #B20441. Grayscale: #C0C0C0. Windows color (decimal): -11666498 or 12516173. OLE color: 12516173.
HSL color Cylindrical-coordinate representation of color #4DFBBE: hue angle of 158.97º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFBBE is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 190 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.02 |
| HSL | 158.97º | 0.96% | 0.64% | - |
| HSV(B) | 158.97º | 0.69% | 0.98% | - |
| XYZ | 46.85 | 74.29 | 60.59 | - |
| YUV | 192.02 | 126.85 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 190 | 0.69 | 0 | 0.24 | 0.02 | 158.97 | 0.96 | 0.64 |
| Hex | 4D | FB | BE | 45 | 0 | 18 | 2 | 9F | 60 | 40 |
| Octal | 115 | 373 | 276 | 105 | 0 | 30 | 2 | 237 | 140 | 100 |
| Binary | 1001101 | 11111011 | 10111110 | 1000101 | 0 | 11000 | 10 | 10011111 | 1100000 | 1000000 |
Color Harmonies of #4DFBBE
Complementary color
Monochromatic Colors of #4DFBBE
Black with #4DFBBE
Text Example
Text Example
White with #4DFBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFBBE; }
p { color: rgb(77,251,190); }
H1.HeaderClassName
{
color: #4DFBBE;
}
.AnyTagClassName
{
color: #4DFBBE;
}
</style>
background-color css
<style>
a { background-color: #4DFBBE; }
a { background-color: rgb(77,251,190); }
div.DivClassName
{
background-color: #4DFBBE;
}
.BgClassName
{
background-color: #4DFBBE;
}
</style>
border-color css
<style>
span { border-color: #4DFBBE; }
span { border-color: rgb(77,251,190); }
td.TdClassName
{
border-color: #4DFBBE;
}
.TagClassName
{
border-color: #4DFBBE;
}
</style>