Shades of Turquoise #4DFACC
Tints of Turquoise #4DFACC
RGB
CMYK
RGB Variations
Color information
#4DFACC (or 0x4DFACC) is known color: Turquoise. HEX triplet: 4D, FA and CC. RGB value is (77,250,204). Sum of RGB (Red+Green+Blue) = 77+250+204=531 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.50% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFACC is #B20533. Grayscale: #C1C1C1. Windows color (decimal): -11666740 or 13433421. OLE color: 13433421.
HSL color Cylindrical-coordinate representation of color #4DFACC: hue angle of 164.05º 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 #4DFACC is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 204 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.02 |
| HSL | 164.05º | 0.95% | 0.64% | - |
| HSV(B) | 164.05º | 0.69% | 0.98% | - |
| XYZ | 48.15 | 74.31 | 68.93 | - |
| YUV | 193.03 | 134.19 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 204 | 0.69 | 0 | 0.18 | 0.02 | 164.05 | 0.95 | 0.64 |
| Hex | 4D | FA | CC | 45 | 0 | 12 | 2 | A4 | 5F | 40 |
| Octal | 115 | 372 | 314 | 105 | 0 | 22 | 2 | 244 | 137 | 100 |
| Binary | 1001101 | 11111010 | 11001100 | 1000101 | 0 | 10010 | 10 | 10100100 | 1011111 | 1000000 |
Color Harmonies of #4DFACC
Complementary color
Monochromatic Colors of #4DFACC
Black with #4DFACC
Text Example
Text Example
White with #4DFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFACC; }
p { color: rgb(77,250,204); }
H1.HeaderClassName
{
color: #4DFACC;
}
.AnyTagClassName
{
color: #4DFACC;
}
</style>
background-color css
<style>
a { background-color: #4DFACC; }
a { background-color: rgb(77,250,204); }
div.DivClassName
{
background-color: #4DFACC;
}
.BgClassName
{
background-color: #4DFACC;
}
</style>
border-color css
<style>
span { border-color: #4DFACC; }
span { border-color: rgb(77,250,204); }
td.TdClassName
{
border-color: #4DFACC;
}
.TagClassName
{
border-color: #4DFACC;
}
</style>