Shades of Medium Turquoise #4CCCC2
Tints of Medium Turquoise #4CCCC2
RGB
CMYK
RGB Variations
Color information
#4CCCC2 (or 0x4CCCC2) is known color: Medium Turquoise. HEX triplet: 4C, CC and C2. RGB value is (76,204,194). Sum of RGB (Red+Green+Blue) = 76+204+194=474 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.03% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCC2 is #B3333D. Grayscale: #A4A4A4. Windows color (decimal): -11744062 or 12766284. OLE color: 12766284.
HSL color Cylindrical-coordinate representation of color #4CCCC2: hue angle of 175.31º 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 #4CCCC2 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 194 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.2 |
| HSL | 175.31º | 0.56% | 0.55% | - |
| HSV(B) | 175.31º | 0.63% | 0.8% | - |
| XYZ | 34.31 | 48.62 | 58.61 | - |
| YUV | 164.59 | 144.59 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 194 | 0.63 | 0 | 0.05 | 0.2 | 175.31 | 0.56 | 0.55 |
| Hex | 4C | CC | C2 | 3F | 0 | 5 | 14 | AF | 38 | 37 |
| Octal | 114 | 314 | 302 | 77 | 0 | 5 | 24 | 257 | 70 | 67 |
| Binary | 1001100 | 11001100 | 11000010 | 111111 | 0 | 101 | 10100 | 10101111 | 111000 | 110111 |
Color Harmonies of #4CCCC2
Complementary color
Monochromatic Colors of #4CCCC2
Black with #4CCCC2
Text Example
Text Example
White with #4CCCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCC2; }
p { color: rgb(76,204,194); }
H1.HeaderClassName
{
color: #4CCCC2;
}
.AnyTagClassName
{
color: #4CCCC2;
}
</style>
background-color css
<style>
a { background-color: #4CCCC2; }
a { background-color: rgb(76,204,194); }
div.DivClassName
{
background-color: #4CCCC2;
}
.BgClassName
{
background-color: #4CCCC2;
}
</style>
border-color css
<style>
span { border-color: #4CCCC2; }
span { border-color: rgb(76,204,194); }
td.TdClassName
{
border-color: #4CCCC2;
}
.TagClassName
{
border-color: #4CCCC2;
}
</style>