Shades of Medium Turquoise #4CCDBD
Tints of Medium Turquoise #4CCDBD
RGB
CMYK
RGB Variations
Color information
#4CCDBD (or 0x4CCDBD) is known color: Medium Turquoise. HEX triplet: 4C, CD and BD. RGB value is (76,205,189). Sum of RGB (Red+Green+Blue) = 76+205+189=470 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.17% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCDBD is #B33242. Grayscale: #A4A4A4. Windows color (decimal): -11743811 or 12438860. OLE color: 12438860.
HSL color Cylindrical-coordinate representation of color #4CCDBD: hue angle of 172.56º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCDBD is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 205 | 189 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.20 |
| HSL | 172.56º | 0.56% | 0.55% | - |
| HSV(B) | 172.56º | 0.63% | 0.8% | - |
| XYZ | 34 | 48.87 | 55.79 | - |
| YUV | 164.61 | 141.76 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 205 | 189 | 0.63 | 0 | 0.08 | 0.20 | 172.56 | 0.56 | 0.55 |
| Hex | 4C | CD | BD | 3F | 0 | 8 | 14 | AD | 38 | 37 |
| Octal | 114 | 315 | 275 | 77 | 0 | 10 | 24 | 255 | 70 | 67 |
| Binary | 1001100 | 11001101 | 10111101 | 111111 | 0 | 1000 | 10100 | 10101101 | 111000 | 110111 |
Color Harmonies of #4CCDBD
Complementary color
Monochromatic Colors of #4CCDBD
Black with #4CCDBD
Text Example
Text Example
White with #4CCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCDBD; }
p { color: rgb(76,205,189); }
H1.HeaderClassName
{
color: #4CCDBD;
}
.AnyTagClassName
{
color: #4CCDBD;
}
</style>
background-color css
<style>
a { background-color: #4CCDBD; }
a { background-color: rgb(76,205,189); }
div.DivClassName
{
background-color: #4CCDBD;
}
.BgClassName
{
background-color: #4CCDBD;
}
</style>
border-color css
<style>
span { border-color: #4CCDBD; }
span { border-color: rgb(76,205,189); }
td.TdClassName
{
border-color: #4CCDBD;
}
.TagClassName
{
border-color: #4CCDBD;
}
</style>