Shades of Turquoise #4DFFCB
Tints of Turquoise #4DFFCB
RGB
CMYK
RGB Variations
Color information
#4DFFCB (or 0x4DFFCB) is known color: Turquoise. HEX triplet: 4D, FF and CB. RGB value is (77,255,203). Sum of RGB (Red+Green+Blue) = 77+255+203=535 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.39% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFCB is #B20034. Grayscale: #C3C3C3. Windows color (decimal): -11665461 or 13369165. OLE color: 13369165.
HSL color Cylindrical-coordinate representation of color #4DFFCB: hue angle of 162.47º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFFCB is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 203 | - |
| CMYK | 0.70 | 0 | 0.20 | 0 |
| HSL | 162.47º | 1% | 0.65% | - |
| HSV(B) | 162.47º | 0.7% | 1% | - |
| XYZ | 49.6 | 77.41 | 68.83 | - |
| YUV | 195.85 | 132.03 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 203 | 0.70 | 0 | 0.20 | 0 | 162.47 | 1 | 0.65 |
| Hex | 4D | FF | CB | 46 | 0 | 14 | 0 | A2 | 64 | 41 |
| Octal | 115 | 377 | 313 | 106 | 0 | 24 | 0 | 242 | 144 | 101 |
| Binary | 1001101 | 11111111 | 11001011 | 1000110 | 0 | 10100 | 0 | 10100010 | 1100100 | 1000001 |
Color Harmonies of #4DFFCB
Complementary color
Monochromatic Colors of #4DFFCB
Black with #4DFFCB
Text Example
Text Example
White with #4DFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFCB; }
p { color: rgb(77,255,203); }
H1.HeaderClassName
{
color: #4DFFCB;
}
.AnyTagClassName
{
color: #4DFFCB;
}
</style>
background-color css
<style>
a { background-color: #4DFFCB; }
a { background-color: rgb(77,255,203); }
div.DivClassName
{
background-color: #4DFFCB;
}
.BgClassName
{
background-color: #4DFFCB;
}
</style>
border-color css
<style>
span { border-color: #4DFFCB; }
span { border-color: rgb(77,255,203); }
td.TdClassName
{
border-color: #4DFFCB;
}
.TagClassName
{
border-color: #4DFFCB;
}
</style>