Shades of Turquoise #4DFDCB
Tints of Turquoise #4DFDCB
RGB
CMYK
RGB Variations
Color information
#4DFDCB (or 0x4DFDCB) is known color: Turquoise. HEX triplet: 4D, FD and CB. RGB value is (77,253,203). Sum of RGB (Red+Green+Blue) = 77+253+203=533 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.45% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDCB is #B20234. Grayscale: #C2C2C2. Windows color (decimal): -11665973 or 13368653. OLE color: 13368653.
HSL color Cylindrical-coordinate representation of color #4DFDCB: hue angle of 162.95º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFDCB is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 253 | 203 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.01 |
| HSL | 162.95º | 0.98% | 0.65% | - |
| HSV(B) | 162.95º | 0.7% | 0.99% | - |
| XYZ | 48.97 | 76.14 | 68.62 | - |
| YUV | 194.68 | 132.69 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 253 | 203 | 0.70 | 0 | 0.20 | 0.01 | 162.95 | 0.98 | 0.65 |
| Hex | 4D | FD | CB | 46 | 0 | 14 | 1 | A3 | 62 | 41 |
| Octal | 115 | 375 | 313 | 106 | 0 | 24 | 1 | 243 | 142 | 101 |
| Binary | 1001101 | 11111101 | 11001011 | 1000110 | 0 | 10100 | 1 | 10100011 | 1100010 | 1000001 |
Color Harmonies of #4DFDCB
Complementary color
Monochromatic Colors of #4DFDCB
Black with #4DFDCB
Text Example
Text Example
White with #4DFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFDCB; }
p { color: rgb(77,253,203); }
H1.HeaderClassName
{
color: #4DFDCB;
}
.AnyTagClassName
{
color: #4DFDCB;
}
</style>
background-color css
<style>
a { background-color: #4DFDCB; }
a { background-color: rgb(77,253,203); }
div.DivClassName
{
background-color: #4DFDCB;
}
.BgClassName
{
background-color: #4DFDCB;
}
</style>
border-color css
<style>
span { border-color: #4DFDCB; }
span { border-color: rgb(77,253,203); }
td.TdClassName
{
border-color: #4DFDCB;
}
.TagClassName
{
border-color: #4DFDCB;
}
</style>