Shades of Turquoise #4DFAB5
Tints of Turquoise #4DFAB5
RGB
CMYK
RGB Variations
Color information
#4DFAB5 (or 0x4DFAB5) is known color: Turquoise. HEX triplet: 4D, FA and B5. RGB value is (77,250,181). Sum of RGB (Red+Green+Blue) = 77+250+181=508 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.16% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFAB5 is #B2054A. Grayscale: #BEBEBE. Windows color (decimal): -11666763 or 11926093. OLE color: 11926093.
HSL color Cylindrical-coordinate representation of color #4DFAB5: hue angle of 156.07º degrees, saturation: 0.95, 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 #4DFAB5 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 181 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.02 |
| HSL | 156.07º | 0.95% | 0.64% | - |
| HSV(B) | 156.07º | 0.69% | 0.98% | - |
| XYZ | 45.59 | 73.29 | 55.46 | - |
| YUV | 190.41 | 122.69 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 181 | 0.69 | 0 | 0.28 | 0.02 | 156.07 | 0.95 | 0.64 |
| Hex | 4D | FA | B5 | 45 | 0 | 1C | 2 | 9C | 5F | 40 |
| Octal | 115 | 372 | 265 | 105 | 0 | 34 | 2 | 234 | 137 | 100 |
| Binary | 1001101 | 11111010 | 10110101 | 1000101 | 0 | 11100 | 10 | 10011100 | 1011111 | 1000000 |
Color Harmonies of #4DFAB5
Complementary color
Monochromatic Colors of #4DFAB5
Black with #4DFAB5
Text Example
Text Example
White with #4DFAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFAB5; }
p { color: rgb(77,250,181); }
H1.HeaderClassName
{
color: #4DFAB5;
}
.AnyTagClassName
{
color: #4DFAB5;
}
</style>
background-color css
<style>
a { background-color: #4DFAB5; }
a { background-color: rgb(77,250,181); }
div.DivClassName
{
background-color: #4DFAB5;
}
.BgClassName
{
background-color: #4DFAB5;
}
</style>
border-color css
<style>
span { border-color: #4DFAB5; }
span { border-color: rgb(77,250,181); }
td.TdClassName
{
border-color: #4DFAB5;
}
.TagClassName
{
border-color: #4DFAB5;
}
</style>