Shades of Medium Turquoise #4CDBD5
Tints of Medium Turquoise #4CDBD5
RGB
CMYK
RGB Variations
Color information
#4CDBD5 (or 0x4CDBD5) is known color: Medium Turquoise. HEX triplet: 4C, DB and D5. RGB value is (76,219,213). Sum of RGB (Red+Green+Blue) = 76+219+213=508 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.96% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDBD5 is #B3242A. Grayscale: #AFAFAF. Windows color (decimal): -11740203 or 14015308. OLE color: 14015308.
HSL color Cylindrical-coordinate representation of color #4CDBD5: hue angle of 177.48º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDBD5 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 219 | 213 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.14 |
| HSL | 177.48º | 0.67% | 0.58% | - |
| HSV(B) | 177.48º | 0.65% | 0.86% | - |
| XYZ | 40.32 | 57 | 71.83 | - |
| YUV | 175.56 | 149.12 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 219 | 213 | 0.65 | 0 | 0.03 | 0.14 | 177.48 | 0.67 | 0.58 |
| Hex | 4C | DB | D5 | 41 | 0 | 3 | E | B1 | 43 | 3A |
| Octal | 114 | 333 | 325 | 101 | 0 | 3 | 16 | 261 | 103 | 72 |
| Binary | 1001100 | 11011011 | 11010101 | 1000001 | 0 | 11 | 1110 | 10110001 | 1000011 | 111010 |
Color Harmonies of #4CDBD5
Complementary color
Monochromatic Colors of #4CDBD5
Black with #4CDBD5
Text Example
Text Example
White with #4CDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDBD5; }
p { color: rgb(76,219,213); }
H1.HeaderClassName
{
color: #4CDBD5;
}
.AnyTagClassName
{
color: #4CDBD5;
}
</style>
background-color css
<style>
a { background-color: #4CDBD5; }
a { background-color: rgb(76,219,213); }
div.DivClassName
{
background-color: #4CDBD5;
}
.BgClassName
{
background-color: #4CDBD5;
}
</style>
border-color css
<style>
span { border-color: #4CDBD5; }
span { border-color: rgb(76,219,213); }
td.TdClassName
{
border-color: #4CDBD5;
}
.TagClassName
{
border-color: #4CDBD5;
}
</style>