Shades of Medium Turquoise #4CDBDA
Tints of Medium Turquoise #4CDBDA
RGB
CMYK
RGB Variations
Color information
#4CDBDA (or 0x4CDBDA) is known color: Medium Turquoise. HEX triplet: 4C, DB and DA. RGB value is (76,219,218). Sum of RGB (Red+Green+Blue) = 76+219+218=513 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.81% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDBDA is #B32425. Grayscale: #AFAFAF. Windows color (decimal): -11740198 or 14342988. OLE color: 14342988.
HSL color Cylindrical-coordinate representation of color #4CDBDA: hue angle of 179.58º 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 #4CDBDA is Cyan = 0.65, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 219 | 218 | - |
| CMYK | 0.65 | 0 | 0.00 | 0.14 |
| HSL | 179.58º | 0.67% | 0.58% | - |
| HSV(B) | 179.58º | 0.65% | 0.86% | - |
| XYZ | 40.97 | 57.26 | 75.22 | - |
| YUV | 176.13 | 151.62 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 219 | 218 | 0.65 | 0 | 0.00 | 0.14 | 179.58 | 0.67 | 0.58 |
| Hex | 4C | DB | DA | 41 | 0 | 0 | E | B4 | 43 | 3A |
| Octal | 114 | 333 | 332 | 101 | 0 | 0 | 16 | 264 | 103 | 72 |
| Binary | 1001100 | 11011011 | 11011010 | 1000001 | 0 | 0 | 1110 | 10110100 | 1000011 | 111010 |
Color Harmonies of #4CDBDA
Complementary color
Monochromatic Colors of #4CDBDA
Black with #4CDBDA
Text Example
Text Example
White with #4CDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDBDA; }
p { color: rgb(76,219,218); }
H1.HeaderClassName
{
color: #4CDBDA;
}
.AnyTagClassName
{
color: #4CDBDA;
}
</style>
background-color css
<style>
a { background-color: #4CDBDA; }
a { background-color: rgb(76,219,218); }
div.DivClassName
{
background-color: #4CDBDA;
}
.BgClassName
{
background-color: #4CDBDA;
}
</style>
border-color css
<style>
span { border-color: #4CDBDA; }
span { border-color: rgb(76,219,218); }
td.TdClassName
{
border-color: #4CDBDA;
}
.TagClassName
{
border-color: #4CDBDA;
}
</style>