Shades of Medium Turquoise #4CCBC1
Tints of Medium Turquoise #4CCBC1
RGB
CMYK
RGB Variations
Color information
#4CCBC1 (or 0x4CCBC1) is known color: Medium Turquoise. HEX triplet: 4C, CB and C1. RGB value is (76,203,193). Sum of RGB (Red+Green+Blue) = 76+203+193=472 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.10% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCBC1 is #B3343E. Grayscale: #A3A3A3. Windows color (decimal): -11744319 or 12700492. OLE color: 12700492.
HSL color Cylindrical-coordinate representation of color #4CCBC1: hue angle of 175.28º 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 #4CCBC1 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 203 | 193 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.20 |
| HSL | 175.28º | 0.55% | 0.55% | - |
| HSV(B) | 175.28º | 0.63% | 0.8% | - |
| XYZ | 33.96 | 48.1 | 57.95 | - |
| YUV | 163.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 193 | 0.63 | 0 | 0.05 | 0.20 | 175.28 | 0.55 | 0.55 |
| Hex | 4C | CB | C1 | 3F | 0 | 5 | 14 | AF | 37 | 37 |
| Octal | 114 | 313 | 301 | 77 | 0 | 5 | 24 | 257 | 67 | 67 |
| Binary | 1001100 | 11001011 | 11000001 | 111111 | 0 | 101 | 10100 | 10101111 | 110111 | 110111 |
Color Harmonies of #4CCBC1
Complementary color
Monochromatic Colors of #4CCBC1
Black with #4CCBC1
Text Example
Text Example
White with #4CCBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCBC1; }
p { color: rgb(76,203,193); }
H1.HeaderClassName
{
color: #4CCBC1;
}
.AnyTagClassName
{
color: #4CCBC1;
}
</style>
background-color css
<style>
a { background-color: #4CCBC1; }
a { background-color: rgb(76,203,193); }
div.DivClassName
{
background-color: #4CCBC1;
}
.BgClassName
{
background-color: #4CCBC1;
}
</style>
border-color css
<style>
span { border-color: #4CCBC1; }
span { border-color: rgb(76,203,193); }
td.TdClassName
{
border-color: #4CCBC1;
}
.TagClassName
{
border-color: #4CCBC1;
}
</style>