Shades of Medium Turquoise #4CCCCA
Tints of Medium Turquoise #4CCCCA
RGB
CMYK
RGB Variations
Color information
#4CCCCA (or 0x4CCCCA) is known color: Medium Turquoise. HEX triplet: 4C, CC and CA. RGB value is (76,204,202). Sum of RGB (Red+Green+Blue) = 76+204+202=482 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.77% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCCA is #B33335. Grayscale: #A5A5A5. Windows color (decimal): -11744054 or 13290572. OLE color: 13290572.
HSL color Cylindrical-coordinate representation of color #4CCCCA: hue angle of 179.06º 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 #4CCCCA is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 202 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.2 |
| HSL | 179.06º | 0.56% | 0.55% | - |
| HSV(B) | 179.06º | 0.63% | 0.8% | - |
| XYZ | 35.23 | 48.99 | 63.48 | - |
| YUV | 165.5 | 148.59 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 202 | 0.63 | 0 | 0.01 | 0.2 | 179.06 | 0.56 | 0.55 |
| Hex | 4C | CC | CA | 3F | 0 | 1 | 14 | B3 | 38 | 37 |
| Octal | 114 | 314 | 312 | 77 | 0 | 1 | 24 | 263 | 70 | 67 |
| Binary | 1001100 | 11001100 | 11001010 | 111111 | 0 | 1 | 10100 | 10110011 | 111000 | 110111 |
Color Harmonies of #4CCCCA
Complementary color
Monochromatic Colors of #4CCCCA
Black with #4CCCCA
Text Example
Text Example
White with #4CCCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCCA; }
p { color: rgb(76,204,202); }
H1.HeaderClassName
{
color: #4CCCCA;
}
.AnyTagClassName
{
color: #4CCCCA;
}
</style>
background-color css
<style>
a { background-color: #4CCCCA; }
a { background-color: rgb(76,204,202); }
div.DivClassName
{
background-color: #4CCCCA;
}
.BgClassName
{
background-color: #4CCCCA;
}
</style>
border-color css
<style>
span { border-color: #4CCCCA; }
span { border-color: rgb(76,204,202); }
td.TdClassName
{
border-color: #4CCCCA;
}
.TagClassName
{
border-color: #4CCCCA;
}
</style>