Shades of Medium Turquoise #4CDBBC
Tints of Medium Turquoise #4CDBBC
RGB
CMYK
RGB Variations
Color information
#4CDBBC (or 0x4CDBBC) is known color: Medium Turquoise. HEX triplet: 4C, DB and BC. RGB value is (76,219,188). Sum of RGB (Red+Green+Blue) = 76+219+188=483 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.73% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDBBC is #B32443. Grayscale: #ACACAC. Windows color (decimal): -11740228 or 12376908. OLE color: 12376908.
HSL color Cylindrical-coordinate representation of color #4CDBBC: hue angle of 166.99º 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 #4CDBBC is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 219 | 188 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.14 |
| HSL | 166.99º | 0.67% | 0.58% | - |
| HSV(B) | 166.99º | 0.65% | 0.86% | - |
| XYZ | 37.39 | 55.83 | 56.38 | - |
| YUV | 172.71 | 136.62 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 219 | 188 | 0.65 | 0 | 0.14 | 0.14 | 166.99 | 0.67 | 0.58 |
| Hex | 4C | DB | BC | 41 | 0 | E | E | A7 | 43 | 3A |
| Octal | 114 | 333 | 274 | 101 | 0 | 16 | 16 | 247 | 103 | 72 |
| Binary | 1001100 | 11011011 | 10111100 | 1000001 | 0 | 1110 | 1110 | 10100111 | 1000011 | 111010 |
Color Harmonies of #4CDBBC
Complementary color
Monochromatic Colors of #4CDBBC
Black with #4CDBBC
Text Example
Text Example
White with #4CDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDBBC; }
p { color: rgb(76,219,188); }
H1.HeaderClassName
{
color: #4CDBBC;
}
.AnyTagClassName
{
color: #4CDBBC;
}
</style>
background-color css
<style>
a { background-color: #4CDBBC; }
a { background-color: rgb(76,219,188); }
div.DivClassName
{
background-color: #4CDBBC;
}
.BgClassName
{
background-color: #4CDBBC;
}
</style>
border-color css
<style>
span { border-color: #4CDBBC; }
span { border-color: rgb(76,219,188); }
td.TdClassName
{
border-color: #4CDBBC;
}
.TagClassName
{
border-color: #4CDBBC;
}
</style>