Shades of Turquoise #4DFABA
Tints of Turquoise #4DFABA
RGB
CMYK
RGB Variations
Color information
#4DFABA (or 0x4DFABA) is known color: Turquoise. HEX triplet: 4D, FA and BA. RGB value is (77,250,186). Sum of RGB (Red+Green+Blue) = 77+250+186=513 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.01% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFABA is #B20545. Grayscale: #BFBFBF. Windows color (decimal): -11666758 or 12253773. OLE color: 12253773.
HSL color Cylindrical-coordinate representation of color #4DFABA: hue angle of 157.8º 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 #4DFABA is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 186 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.02 |
| HSL | 157.8º | 0.95% | 0.64% | - |
| HSV(B) | 157.8º | 0.69% | 0.98% | - |
| XYZ | 46.11 | 73.49 | 58.21 | - |
| YUV | 190.98 | 125.19 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 186 | 0.69 | 0 | 0.26 | 0.02 | 157.8 | 0.95 | 0.64 |
| Hex | 4D | FA | BA | 45 | 0 | 1A | 2 | 9E | 5F | 40 |
| Octal | 115 | 372 | 272 | 105 | 0 | 32 | 2 | 236 | 137 | 100 |
| Binary | 1001101 | 11111010 | 10111010 | 1000101 | 0 | 11010 | 10 | 10011110 | 1011111 | 1000000 |
Color Harmonies of #4DFABA
Complementary color
Monochromatic Colors of #4DFABA
Black with #4DFABA
Text Example
Text Example
White with #4DFABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFABA; }
p { color: rgb(77,250,186); }
H1.HeaderClassName
{
color: #4DFABA;
}
.AnyTagClassName
{
color: #4DFABA;
}
</style>
background-color css
<style>
a { background-color: #4DFABA; }
a { background-color: rgb(77,250,186); }
div.DivClassName
{
background-color: #4DFABA;
}
.BgClassName
{
background-color: #4DFABA;
}
</style>
border-color css
<style>
span { border-color: #4DFABA; }
span { border-color: rgb(77,250,186); }
td.TdClassName
{
border-color: #4DFABA;
}
.TagClassName
{
border-color: #4DFABA;
}
</style>