Shades of Turquoise #4DFBB4
Tints of Turquoise #4DFBB4
RGB
CMYK
RGB Variations
Color information
#4DFBB4 (or 0x4DFBB4) is known color: Turquoise. HEX triplet: 4D, FB and B4. RGB value is (77,251,180). Sum of RGB (Red+Green+Blue) = 77+251+180=508 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.16% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFBB4 is #B2044B. Grayscale: #BEBEBE. Windows color (decimal): -11666508 or 11860813. OLE color: 11860813.
HSL color Cylindrical-coordinate representation of color #4DFBB4: hue angle of 155.52º 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 #4DFBB4 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 180 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.02 |
| HSL | 155.52º | 0.96% | 0.64% | - |
| HSV(B) | 155.52º | 0.69% | 0.98% | - |
| XYZ | 45.8 | 73.87 | 55.02 | - |
| YUV | 190.88 | 121.85 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 180 | 0.69 | 0 | 0.28 | 0.02 | 155.52 | 0.96 | 0.64 |
| Hex | 4D | FB | B4 | 45 | 0 | 1C | 2 | 9C | 60 | 40 |
| Octal | 115 | 373 | 264 | 105 | 0 | 34 | 2 | 234 | 140 | 100 |
| Binary | 1001101 | 11111011 | 10110100 | 1000101 | 0 | 11100 | 10 | 10011100 | 1100000 | 1000000 |
Color Harmonies of #4DFBB4
Complementary color
Monochromatic Colors of #4DFBB4
Black with #4DFBB4
Text Example
Text Example
White with #4DFBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFBB4; }
p { color: rgb(77,251,180); }
H1.HeaderClassName
{
color: #4DFBB4;
}
.AnyTagClassName
{
color: #4DFBB4;
}
</style>
background-color css
<style>
a { background-color: #4DFBB4; }
a { background-color: rgb(77,251,180); }
div.DivClassName
{
background-color: #4DFBB4;
}
.BgClassName
{
background-color: #4DFBB4;
}
</style>
border-color css
<style>
span { border-color: #4DFBB4; }
span { border-color: rgb(77,251,180); }
td.TdClassName
{
border-color: #4DFBB4;
}
.TagClassName
{
border-color: #4DFBB4;
}
</style>