Shades of Turquoise #4DFBCD
Tints of Turquoise #4DFBCD
RGB
CMYK
RGB Variations
Color information
#4DFBCD (or 0x4DFBCD) is known color: Turquoise. HEX triplet: 4D, FB and CD. RGB value is (77,251,205). Sum of RGB (Red+Green+Blue) = 77+251+205=533 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.45% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFBCD is #B20432. Grayscale: #C1C1C1. Windows color (decimal): -11666483 or 13499213. OLE color: 13499213.
HSL color Cylindrical-coordinate representation of color #4DFBCD: hue angle of 164.14º degrees, saturation: 0.96, 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 #4DFBCD is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 205 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.02 |
| HSL | 164.14º | 0.96% | 0.64% | - |
| HSV(B) | 164.14º | 0.69% | 0.98% | - |
| XYZ | 48.58 | 74.98 | 69.67 | - |
| YUV | 193.73 | 134.35 | 44.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 205 | 0.69 | 0 | 0.18 | 0.02 | 164.14 | 0.96 | 0.64 |
| Hex | 4D | FB | CD | 45 | 0 | 12 | 2 | A4 | 60 | 40 |
| Octal | 115 | 373 | 315 | 105 | 0 | 22 | 2 | 244 | 140 | 100 |
| Binary | 1001101 | 11111011 | 11001101 | 1000101 | 0 | 10010 | 10 | 10100100 | 1100000 | 1000000 |
Color Harmonies of #4DFBCD
Complementary color
Monochromatic Colors of #4DFBCD
Black with #4DFBCD
Text Example
Text Example
White with #4DFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFBCD; }
p { color: rgb(77,251,205); }
H1.HeaderClassName
{
color: #4DFBCD;
}
.AnyTagClassName
{
color: #4DFBCD;
}
</style>
background-color css
<style>
a { background-color: #4DFBCD; }
a { background-color: rgb(77,251,205); }
div.DivClassName
{
background-color: #4DFBCD;
}
.BgClassName
{
background-color: #4DFBCD;
}
</style>
border-color css
<style>
span { border-color: #4DFBCD; }
span { border-color: rgb(77,251,205); }
td.TdClassName
{
border-color: #4DFBCD;
}
.TagClassName
{
border-color: #4DFBCD;
}
</style>