Shades of Medium Turquoise #4CCBC0
Tints of Medium Turquoise #4CCBC0
RGB
CMYK
RGB Variations
Color information
#4CCBC0 (or 0x4CCBC0) is known color: Medium Turquoise. HEX triplet: 4C, CB and C0. RGB value is (76,203,192). Sum of RGB (Red+Green+Blue) = 76+203+192=471 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.14% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCBC0 is #B3343F. Grayscale: #A3A3A3. Windows color (decimal): -11744320 or 12634956. OLE color: 12634956.
HSL color Cylindrical-coordinate representation of color #4CCBC0: hue angle of 174.8º degrees, saturation: 0.55, 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 #4CCBC0 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 203 | 192 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.20 |
| HSL | 174.8º | 0.55% | 0.55% | - |
| HSV(B) | 174.8º | 0.63% | 0.8% | - |
| XYZ | 33.85 | 48.05 | 57.36 | - |
| YUV | 163.77 | 143.92 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 192 | 0.63 | 0 | 0.05 | 0.20 | 174.8 | 0.55 | 0.55 |
| Hex | 4C | CB | C0 | 3F | 0 | 5 | 14 | AF | 37 | 37 |
| Octal | 114 | 313 | 300 | 77 | 0 | 5 | 24 | 257 | 67 | 67 |
| Binary | 1001100 | 11001011 | 11000000 | 111111 | 0 | 101 | 10100 | 10101111 | 110111 | 110111 |
Color Harmonies of #4CCBC0
Complementary color
Monochromatic Colors of #4CCBC0
Black with #4CCBC0
Text Example
Text Example
White with #4CCBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCBC0; }
p { color: rgb(76,203,192); }
H1.HeaderClassName
{
color: #4CCBC0;
}
.AnyTagClassName
{
color: #4CCBC0;
}
</style>
background-color css
<style>
a { background-color: #4CCBC0; }
a { background-color: rgb(76,203,192); }
div.DivClassName
{
background-color: #4CCBC0;
}
.BgClassName
{
background-color: #4CCBC0;
}
</style>
border-color css
<style>
span { border-color: #4CCBC0; }
span { border-color: rgb(76,203,192); }
td.TdClassName
{
border-color: #4CCBC0;
}
.TagClassName
{
border-color: #4CCBC0;
}
</style>