Shades of Medium Turquoise #4CCBC2
Tints of Medium Turquoise #4CCBC2
RGB
CMYK
RGB Variations
Color information
#4CCBC2 (or 0x4CCBC2) is known color: Medium Turquoise. HEX triplet: 4C, CB and C2. RGB value is (76,203,194). Sum of RGB (Red+Green+Blue) = 76+203+194=473 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.07% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCBC2 is #B3343D. Grayscale: #A3A3A3. Windows color (decimal): -11744318 or 12766028. OLE color: 12766028.
HSL color Cylindrical-coordinate representation of color #4CCBC2: hue angle of 175.75º 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 #4CCBC2 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 203 | 194 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.20 |
| HSL | 175.75º | 0.55% | 0.55% | - |
| HSV(B) | 175.75º | 0.63% | 0.8% | - |
| XYZ | 34.07 | 48.14 | 58.54 | - |
| YUV | 164 | 144.92 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 194 | 0.63 | 0 | 0.04 | 0.20 | 175.75 | 0.55 | 0.55 |
| Hex | 4C | CB | C2 | 3F | 0 | 4 | 14 | B0 | 37 | 37 |
| Octal | 114 | 313 | 302 | 77 | 0 | 4 | 24 | 260 | 67 | 67 |
| Binary | 1001100 | 11001011 | 11000010 | 111111 | 0 | 100 | 10100 | 10110000 | 110111 | 110111 |
Color Harmonies of #4CCBC2
Complementary color
Monochromatic Colors of #4CCBC2
Black with #4CCBC2
Text Example
Text Example
White with #4CCBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCBC2; }
p { color: rgb(76,203,194); }
H1.HeaderClassName
{
color: #4CCBC2;
}
.AnyTagClassName
{
color: #4CCBC2;
}
</style>
background-color css
<style>
a { background-color: #4CCBC2; }
a { background-color: rgb(76,203,194); }
div.DivClassName
{
background-color: #4CCBC2;
}
.BgClassName
{
background-color: #4CCBC2;
}
</style>
border-color css
<style>
span { border-color: #4CCBC2; }
span { border-color: rgb(76,203,194); }
td.TdClassName
{
border-color: #4CCBC2;
}
.TagClassName
{
border-color: #4CCBC2;
}
</style>