Shades of Medium Turquoise #4CCBBC
Tints of Medium Turquoise #4CCBBC
RGB
CMYK
RGB Variations
Color information
#4CCBBC (or 0x4CCBBC) is known color: Medium Turquoise. HEX triplet: 4C, CB and BC. RGB value is (76,203,188). Sum of RGB (Red+Green+Blue) = 76+203+188=467 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.27% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCBBC is #B33443. Grayscale: #A3A3A3. Windows color (decimal): -11744324 or 12372812. OLE color: 12372812.
HSL color Cylindrical-coordinate representation of color #4CCBBC: hue angle of 172.91º 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 #4CCBBC is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 203 | 188 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.20 |
| HSL | 172.91º | 0.55% | 0.55% | - |
| HSV(B) | 172.91º | 0.63% | 0.8% | - |
| XYZ | 33.41 | 47.88 | 55.06 | - |
| YUV | 163.32 | 141.92 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 188 | 0.63 | 0 | 0.07 | 0.20 | 172.91 | 0.55 | 0.55 |
| Hex | 4C | CB | BC | 3F | 0 | 7 | 14 | AD | 37 | 37 |
| Octal | 114 | 313 | 274 | 77 | 0 | 7 | 24 | 255 | 67 | 67 |
| Binary | 1001100 | 11001011 | 10111100 | 111111 | 0 | 111 | 10100 | 10101101 | 110111 | 110111 |
Color Harmonies of #4CCBBC
Complementary color
Monochromatic Colors of #4CCBBC
Black with #4CCBBC
Text Example
Text Example
White with #4CCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCBBC; }
p { color: rgb(76,203,188); }
H1.HeaderClassName
{
color: #4CCBBC;
}
.AnyTagClassName
{
color: #4CCBBC;
}
</style>
background-color css
<style>
a { background-color: #4CCBBC; }
a { background-color: rgb(76,203,188); }
div.DivClassName
{
background-color: #4CCBBC;
}
.BgClassName
{
background-color: #4CCBBC;
}
</style>
border-color css
<style>
span { border-color: #4CCBBC; }
span { border-color: rgb(76,203,188); }
td.TdClassName
{
border-color: #4CCBBC;
}
.TagClassName
{
border-color: #4CCBBC;
}
</style>