Shades of Turquoise #4DFABC
Tints of Turquoise #4DFABC
RGB
CMYK
RGB Variations
Color information
#4DFABC (or 0x4DFABC) is known color: Turquoise. HEX triplet: 4D, FA and BC. RGB value is (77,250,188). Sum of RGB (Red+Green+Blue) = 77+250+188=515 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.95% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFABC is #B20543. Grayscale: #BFBFBF. Windows color (decimal): -11666756 or 12384845. OLE color: 12384845.
HSL color Cylindrical-coordinate representation of color #4DFABC: hue angle of 158.5º 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 #4DFABC is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 188 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.02 |
| HSL | 158.5º | 0.95% | 0.64% | - |
| HSV(B) | 158.5º | 0.69% | 0.98% | - |
| XYZ | 46.32 | 73.58 | 59.34 | - |
| YUV | 191.21 | 126.19 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 188 | 0.69 | 0 | 0.25 | 0.02 | 158.5 | 0.95 | 0.64 |
| Hex | 4D | FA | BC | 45 | 0 | 19 | 2 | 9E | 5F | 40 |
| Octal | 115 | 372 | 274 | 105 | 0 | 31 | 2 | 236 | 137 | 100 |
| Binary | 1001101 | 11111010 | 10111100 | 1000101 | 0 | 11001 | 10 | 10011110 | 1011111 | 1000000 |
Color Harmonies of #4DFABC
Complementary color
Monochromatic Colors of #4DFABC
Black with #4DFABC
Text Example
Text Example
White with #4DFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFABC; }
p { color: rgb(77,250,188); }
H1.HeaderClassName
{
color: #4DFABC;
}
.AnyTagClassName
{
color: #4DFABC;
}
</style>
background-color css
<style>
a { background-color: #4DFABC; }
a { background-color: rgb(77,250,188); }
div.DivClassName
{
background-color: #4DFABC;
}
.BgClassName
{
background-color: #4DFABC;
}
</style>
border-color css
<style>
span { border-color: #4DFABC; }
span { border-color: rgb(77,250,188); }
td.TdClassName
{
border-color: #4DFABC;
}
.TagClassName
{
border-color: #4DFABC;
}
</style>