Shades of Medium Turquoise #4CCCBD
Tints of Medium Turquoise #4CCCBD
RGB
CMYK
RGB Variations
Color information
#4CCCBD (or 0x4CCCBD) is known color: Medium Turquoise. HEX triplet: 4C, CC and BD. RGB value is (76,204,189). Sum of RGB (Red+Green+Blue) = 76+204+189=469 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.20% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCBD is #B33342. Grayscale: #A3A3A3. Windows color (decimal): -11744067 or 12438604. OLE color: 12438604.
HSL color Cylindrical-coordinate representation of color #4CCCBD: hue angle of 172.97º 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 #4CCCBD is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 189 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.2 |
| HSL | 172.97º | 0.56% | 0.55% | - |
| HSV(B) | 172.97º | 0.63% | 0.8% | - |
| XYZ | 33.76 | 48.4 | 55.71 | - |
| YUV | 164.02 | 142.09 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 189 | 0.63 | 0 | 0.07 | 0.2 | 172.97 | 0.56 | 0.55 |
| Hex | 4C | CC | BD | 3F | 0 | 7 | 14 | AD | 38 | 37 |
| Octal | 114 | 314 | 275 | 77 | 0 | 7 | 24 | 255 | 70 | 67 |
| Binary | 1001100 | 11001100 | 10111101 | 111111 | 0 | 111 | 10100 | 10101101 | 111000 | 110111 |
Color Harmonies of #4CCCBD
Complementary color
Monochromatic Colors of #4CCCBD
Black with #4CCCBD
Text Example
Text Example
White with #4CCCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCBD; }
p { color: rgb(76,204,189); }
H1.HeaderClassName
{
color: #4CCCBD;
}
.AnyTagClassName
{
color: #4CCCBD;
}
</style>
background-color css
<style>
a { background-color: #4CCCBD; }
a { background-color: rgb(76,204,189); }
div.DivClassName
{
background-color: #4CCCBD;
}
.BgClassName
{
background-color: #4CCCBD;
}
</style>
border-color css
<style>
span { border-color: #4CCCBD; }
span { border-color: rgb(76,204,189); }
td.TdClassName
{
border-color: #4CCCBD;
}
.TagClassName
{
border-color: #4CCCBD;
}
</style>