Shades of Medium Turquoise #4CCCC6
Tints of Medium Turquoise #4CCCC6
RGB
CMYK
RGB Variations
Color information
#4CCCC6 (or 0x4CCCC6) is known color: Medium Turquoise. HEX triplet: 4C, CC and C6. RGB value is (76,204,198). Sum of RGB (Red+Green+Blue) = 76+204+198=478 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.90% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCC6 is #B33339. Grayscale: #A4A4A4. Windows color (decimal): -11744058 or 13028428. OLE color: 13028428.
HSL color Cylindrical-coordinate representation of color #4CCCC6: hue angle of 177.19º 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 #4CCCC6 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 198 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.2 |
| HSL | 177.19º | 0.56% | 0.55% | - |
| HSV(B) | 177.19º | 0.63% | 0.8% | - |
| XYZ | 34.77 | 48.8 | 61.01 | - |
| YUV | 165.04 | 146.59 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 198 | 0.63 | 0 | 0.03 | 0.2 | 177.19 | 0.56 | 0.55 |
| Hex | 4C | CC | C6 | 3F | 0 | 3 | 14 | B1 | 38 | 37 |
| Octal | 114 | 314 | 306 | 77 | 0 | 3 | 24 | 261 | 70 | 67 |
| Binary | 1001100 | 11001100 | 11000110 | 111111 | 0 | 11 | 10100 | 10110001 | 111000 | 110111 |
Color Harmonies of #4CCCC6
Complementary color
Monochromatic Colors of #4CCCC6
Black with #4CCCC6
Text Example
Text Example
White with #4CCCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCC6; }
p { color: rgb(76,204,198); }
H1.HeaderClassName
{
color: #4CCCC6;
}
.AnyTagClassName
{
color: #4CCCC6;
}
</style>
background-color css
<style>
a { background-color: #4CCCC6; }
a { background-color: rgb(76,204,198); }
div.DivClassName
{
background-color: #4CCCC6;
}
.BgClassName
{
background-color: #4CCCC6;
}
</style>
border-color css
<style>
span { border-color: #4CCCC6; }
span { border-color: rgb(76,204,198); }
td.TdClassName
{
border-color: #4CCCC6;
}
.TagClassName
{
border-color: #4CCCC6;
}
</style>