Shades of Turquoise #4DFBCB
Tints of Turquoise #4DFBCB
RGB
CMYK
RGB Variations
Color information
#4DFBCB (or 0x4DFBCB) is known color: Turquoise. HEX triplet: 4D, FB and CB. RGB value is (77,251,203). Sum of RGB (Red+Green+Blue) = 77+251+203=531 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.50% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFBCB is #B20434. Grayscale: #C1C1C1. Windows color (decimal): -11666485 or 13368141. OLE color: 13368141.
HSL color Cylindrical-coordinate representation of color #4DFBCB: hue angle of 163.45º 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 #4DFBCB is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 203 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.02 |
| HSL | 163.45º | 0.96% | 0.64% | - |
| HSV(B) | 163.45º | 0.69% | 0.98% | - |
| XYZ | 48.34 | 74.88 | 68.41 | - |
| YUV | 193.5 | 133.35 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 203 | 0.69 | 0 | 0.19 | 0.02 | 163.45 | 0.96 | 0.64 |
| Hex | 4D | FB | CB | 45 | 0 | 13 | 2 | A3 | 60 | 40 |
| Octal | 115 | 373 | 313 | 105 | 0 | 23 | 2 | 243 | 140 | 100 |
| Binary | 1001101 | 11111011 | 11001011 | 1000101 | 0 | 10011 | 10 | 10100011 | 1100000 | 1000000 |
Color Harmonies of #4DFBCB
Complementary color
Monochromatic Colors of #4DFBCB
Black with #4DFBCB
Text Example
Text Example
White with #4DFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFBCB; }
p { color: rgb(77,251,203); }
H1.HeaderClassName
{
color: #4DFBCB;
}
.AnyTagClassName
{
color: #4DFBCB;
}
</style>
background-color css
<style>
a { background-color: #4DFBCB; }
a { background-color: rgb(77,251,203); }
div.DivClassName
{
background-color: #4DFBCB;
}
.BgClassName
{
background-color: #4DFBCB;
}
</style>
border-color css
<style>
span { border-color: #4DFBCB; }
span { border-color: rgb(77,251,203); }
td.TdClassName
{
border-color: #4DFBCB;
}
.TagClassName
{
border-color: #4DFBCB;
}
</style>