Shades of Medium Turquoise #4CCCC1
Tints of Medium Turquoise #4CCCC1
RGB
CMYK
RGB Variations
Color information
#4CCCC1 (or 0x4CCCC1) is known color: Medium Turquoise. HEX triplet: 4C, CC and C1. RGB value is (76,204,193). Sum of RGB (Red+Green+Blue) = 76+204+193=473 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.07% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCC1 is #B3333E. Grayscale: #A4A4A4. Windows color (decimal): -11744063 or 12700748. OLE color: 12700748.
HSL color Cylindrical-coordinate representation of color #4CCCC1: hue angle of 174.84º 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 #4CCCC1 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 193 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.2 |
| HSL | 174.84º | 0.56% | 0.55% | - |
| HSV(B) | 174.84º | 0.63% | 0.8% | - |
| XYZ | 34.2 | 48.57 | 58.03 | - |
| YUV | 164.47 | 144.09 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 193 | 0.63 | 0 | 0.05 | 0.2 | 174.84 | 0.56 | 0.55 |
| Hex | 4C | CC | C1 | 3F | 0 | 5 | 14 | AF | 38 | 37 |
| Octal | 114 | 314 | 301 | 77 | 0 | 5 | 24 | 257 | 70 | 67 |
| Binary | 1001100 | 11001100 | 11000001 | 111111 | 0 | 101 | 10100 | 10101111 | 111000 | 110111 |
Color Harmonies of #4CCCC1
Complementary color
Monochromatic Colors of #4CCCC1
Black with #4CCCC1
Text Example
Text Example
White with #4CCCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCC1; }
p { color: rgb(76,204,193); }
H1.HeaderClassName
{
color: #4CCCC1;
}
.AnyTagClassName
{
color: #4CCCC1;
}
</style>
background-color css
<style>
a { background-color: #4CCCC1; }
a { background-color: rgb(76,204,193); }
div.DivClassName
{
background-color: #4CCCC1;
}
.BgClassName
{
background-color: #4CCCC1;
}
</style>
border-color css
<style>
span { border-color: #4CCCC1; }
span { border-color: rgb(76,204,193); }
td.TdClassName
{
border-color: #4CCCC1;
}
.TagClassName
{
border-color: #4CCCC1;
}
</style>