Shades of Medium Turquoise #4CDACB
Tints of Medium Turquoise #4CDACB
RGB
CMYK
RGB Variations
Color information
#4CDACB (or 0x4CDACB) is known color: Medium Turquoise. HEX triplet: 4C, DA and CB. RGB value is (76,218,203). Sum of RGB (Red+Green+Blue) = 76+218+203=497 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.29% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDACB is #B32534. Grayscale: #ADADAD. Windows color (decimal): -11740469 or 13359692. OLE color: 13359692.
HSL color Cylindrical-coordinate representation of color #4CDACB: hue angle of 173.66º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDACB is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 218 | 203 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.15 |
| HSL | 173.66º | 0.66% | 0.58% | - |
| HSV(B) | 173.66º | 0.65% | 0.85% | - |
| XYZ | 38.83 | 55.99 | 65.26 | - |
| YUV | 173.83 | 144.46 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 218 | 203 | 0.65 | 0 | 0.07 | 0.15 | 173.66 | 0.66 | 0.58 |
| Hex | 4C | DA | CB | 41 | 0 | 7 | F | AE | 42 | 3A |
| Octal | 114 | 332 | 313 | 101 | 0 | 7 | 17 | 256 | 102 | 72 |
| Binary | 1001100 | 11011010 | 11001011 | 1000001 | 0 | 111 | 1111 | 10101110 | 1000010 | 111010 |
Color Harmonies of #4CDACB
Complementary color
Monochromatic Colors of #4CDACB
Black with #4CDACB
Text Example
Text Example
White with #4CDACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDACB; }
p { color: rgb(76,218,203); }
H1.HeaderClassName
{
color: #4CDACB;
}
.AnyTagClassName
{
color: #4CDACB;
}
</style>
background-color css
<style>
a { background-color: #4CDACB; }
a { background-color: rgb(76,218,203); }
div.DivClassName
{
background-color: #4CDACB;
}
.BgClassName
{
background-color: #4CDACB;
}
</style>
border-color css
<style>
span { border-color: #4CDACB; }
span { border-color: rgb(76,218,203); }
td.TdClassName
{
border-color: #4CDACB;
}
.TagClassName
{
border-color: #4CDACB;
}
</style>