Shades of Medium Turquoise #4DCACB
Tints of Medium Turquoise #4DCACB
RGB
CMYK
RGB Variations
Color information
#4DCACB (or 0x4DCACB) is known color: Medium Turquoise. HEX triplet: 4D, CA and CB. RGB value is (77,202,203). Sum of RGB (Red+Green+Blue) = 77+202+203=482 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.98% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #4DCACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCACB is #B23534. Grayscale: #A4A4A4. Windows color (decimal): -11679029 or 13355597. OLE color: 13355597.
HSL color Cylindrical-coordinate representation of color #4DCACB: hue angle of 180.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCACB is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 202 | 203 | - |
| CMYK | 0.62 | 0.00 | 0 | 0.20 |
| HSL | 180.48º | 0.55% | 0.55% | - |
| HSV(B) | 180.48º | 0.62% | 0.8% | - |
| XYZ | 34.96 | 48.13 | 63.95 | - |
| YUV | 164.74 | 149.59 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 203 | 0.62 | 0.00 | 0 | 0.20 | 180.48 | 0.55 | 0.55 |
| Hex | 4D | CA | CB | 3E | 0 | 0 | 14 | B4 | 37 | 37 |
| Octal | 115 | 312 | 313 | 76 | 0 | 0 | 24 | 264 | 67 | 67 |
| Binary | 1001101 | 11001010 | 11001011 | 111110 | 0 | 0 | 10100 | 10110100 | 110111 | 110111 |
Color Harmonies of #4DCACB
Complementary color
Monochromatic Colors of #4DCACB
Black with #4DCACB
Text Example
Text Example
White with #4DCACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCACB; }
p { color: rgb(77,202,203); }
H1.HeaderClassName
{
color: #4DCACB;
}
.AnyTagClassName
{
color: #4DCACB;
}
</style>
background-color css
<style>
a { background-color: #4DCACB; }
a { background-color: rgb(77,202,203); }
div.DivClassName
{
background-color: #4DCACB;
}
.BgClassName
{
background-color: #4DCACB;
}
</style>
border-color css
<style>
span { border-color: #4DCACB; }
span { border-color: rgb(77,202,203); }
td.TdClassName
{
border-color: #4DCACB;
}
.TagClassName
{
border-color: #4DCACB;
}
</style>