Shades of Turquoise #4DFAC6
Tints of Turquoise #4DFAC6
RGB
CMYK
RGB Variations
Color information
#4DFAC6 (or 0x4DFAC6) is known color: Turquoise. HEX triplet: 4D, FA and C6. RGB value is (77,250,198). Sum of RGB (Red+Green+Blue) = 77+250+198=525 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.67% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFAC6 is #B20539. Grayscale: #C0C0C0. Windows color (decimal): -11666746 or 13040205. OLE color: 13040205.
HSL color Cylindrical-coordinate representation of color #4DFAC6: hue angle of 161.97º 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 #4DFAC6 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 198 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.02 |
| HSL | 161.97º | 0.95% | 0.64% | - |
| HSV(B) | 161.97º | 0.69% | 0.98% | - |
| XYZ | 47.44 | 74.03 | 65.21 | - |
| YUV | 192.35 | 131.19 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 198 | 0.69 | 0 | 0.21 | 0.02 | 161.97 | 0.95 | 0.64 |
| Hex | 4D | FA | C6 | 45 | 0 | 15 | 2 | A2 | 5F | 40 |
| Octal | 115 | 372 | 306 | 105 | 0 | 25 | 2 | 242 | 137 | 100 |
| Binary | 1001101 | 11111010 | 11000110 | 1000101 | 0 | 10101 | 10 | 10100010 | 1011111 | 1000000 |
Color Harmonies of #4DFAC6
Complementary color
Monochromatic Colors of #4DFAC6
Black with #4DFAC6
Text Example
Text Example
White with #4DFAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFAC6; }
p { color: rgb(77,250,198); }
H1.HeaderClassName
{
color: #4DFAC6;
}
.AnyTagClassName
{
color: #4DFAC6;
}
</style>
background-color css
<style>
a { background-color: #4DFAC6; }
a { background-color: rgb(77,250,198); }
div.DivClassName
{
background-color: #4DFAC6;
}
.BgClassName
{
background-color: #4DFAC6;
}
</style>
border-color css
<style>
span { border-color: #4DFAC6; }
span { border-color: rgb(77,250,198); }
td.TdClassName
{
border-color: #4DFAC6;
}
.TagClassName
{
border-color: #4DFAC6;
}
</style>