Shades of Medium Turquoise #4CDBBE
Tints of Medium Turquoise #4CDBBE
RGB
CMYK
RGB Variations
Color information
#4CDBBE (or 0x4CDBBE) is known color: Medium Turquoise. HEX triplet: 4C, DB and BE. RGB value is (76,219,190). Sum of RGB (Red+Green+Blue) = 76+219+190=485 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.67% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDBBE is #B32441. Grayscale: #ACACAC. Windows color (decimal): -11740226 or 12507980. OLE color: 12507980.
HSL color Cylindrical-coordinate representation of color #4CDBBE: hue angle of 167.83º 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 #4CDBBE is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 219 | 190 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.14 |
| HSL | 167.83º | 0.67% | 0.58% | - |
| HSV(B) | 167.83º | 0.65% | 0.86% | - |
| XYZ | 37.61 | 55.92 | 57.53 | - |
| YUV | 172.94 | 137.62 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 219 | 190 | 0.65 | 0 | 0.13 | 0.14 | 167.83 | 0.67 | 0.58 |
| Hex | 4C | DB | BE | 41 | 0 | D | E | A8 | 43 | 3A |
| Octal | 114 | 333 | 276 | 101 | 0 | 15 | 16 | 250 | 103 | 72 |
| Binary | 1001100 | 11011011 | 10111110 | 1000001 | 0 | 1101 | 1110 | 10101000 | 1000011 | 111010 |
Color Harmonies of #4CDBBE
Complementary color
Monochromatic Colors of #4CDBBE
Black with #4CDBBE
Text Example
Text Example
White with #4CDBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDBBE; }
p { color: rgb(76,219,190); }
H1.HeaderClassName
{
color: #4CDBBE;
}
.AnyTagClassName
{
color: #4CDBBE;
}
</style>
background-color css
<style>
a { background-color: #4CDBBE; }
a { background-color: rgb(76,219,190); }
div.DivClassName
{
background-color: #4CDBBE;
}
.BgClassName
{
background-color: #4CDBBE;
}
</style>
border-color css
<style>
span { border-color: #4CDBBE; }
span { border-color: rgb(76,219,190); }
td.TdClassName
{
border-color: #4CDBBE;
}
.TagClassName
{
border-color: #4CDBBE;
}
</style>