Shades of Medium Turquoise #4CDBCC
Tints of Medium Turquoise #4CDBCC
RGB
CMYK
RGB Variations
Color information
#4CDBCC (or 0x4CDBCC) is known color: Medium Turquoise. HEX triplet: 4C, DB and CC. RGB value is (76,219,204). Sum of RGB (Red+Green+Blue) = 76+219+204=499 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.23% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDBCC is #B32433. Grayscale: #AEAEAE. Windows color (decimal): -11740212 or 13425484. OLE color: 13425484.
HSL color Cylindrical-coordinate representation of color #4CDBCC: hue angle of 173.71º 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 #4CDBCC is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 219 | 204 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.14 |
| HSL | 173.71º | 0.67% | 0.58% | - |
| HSV(B) | 173.71º | 0.65% | 0.86% | - |
| XYZ | 39.21 | 56.56 | 65.98 | - |
| YUV | 174.53 | 144.62 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 219 | 204 | 0.65 | 0 | 0.07 | 0.14 | 173.71 | 0.67 | 0.58 |
| Hex | 4C | DB | CC | 41 | 0 | 7 | E | AE | 43 | 3A |
| Octal | 114 | 333 | 314 | 101 | 0 | 7 | 16 | 256 | 103 | 72 |
| Binary | 1001100 | 11011011 | 11001100 | 1000001 | 0 | 111 | 1110 | 10101110 | 1000011 | 111010 |
Color Harmonies of #4CDBCC
Complementary color
Monochromatic Colors of #4CDBCC
Black with #4CDBCC
Text Example
Text Example
White with #4CDBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDBCC; }
p { color: rgb(76,219,204); }
H1.HeaderClassName
{
color: #4CDBCC;
}
.AnyTagClassName
{
color: #4CDBCC;
}
</style>
background-color css
<style>
a { background-color: #4CDBCC; }
a { background-color: rgb(76,219,204); }
div.DivClassName
{
background-color: #4CDBCC;
}
.BgClassName
{
background-color: #4CDBCC;
}
</style>
border-color css
<style>
span { border-color: #4CDBCC; }
span { border-color: rgb(76,219,204); }
td.TdClassName
{
border-color: #4CDBCC;
}
.TagClassName
{
border-color: #4CDBCC;
}
</style>