Shades of Medium Turquoise #4CBFBB
Tints of Medium Turquoise #4CBFBB
RGB
CMYK
RGB Variations
Color information
#4CBFBB (or 0x4CBFBB) is known color: Medium Turquoise. HEX triplet: 4C, BF and BB. RGB value is (76,191,187). Sum of RGB (Red+Green+Blue) = 76+191+187=454 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.74% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBFBB is #B34044. Grayscale: #9C9C9C. Windows color (decimal): -11747397 or 12304204. OLE color: 12304204.
HSL color Cylindrical-coordinate representation of color #4CBFBB: hue angle of 177.91º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBFBB is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 191 | 187 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.25 |
| HSL | 177.91º | 0.47% | 0.52% | - |
| HSV(B) | 177.91º | 0.6% | 0.75% | - |
| XYZ | 30.58 | 42.39 | 53.58 | - |
| YUV | 156.16 | 145.4 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 187 | 0.60 | 0 | 0.02 | 0.25 | 177.91 | 0.47 | 0.52 |
| Hex | 4C | BF | BB | 3C | 0 | 2 | 19 | B2 | 2F | 34 |
| Octal | 114 | 277 | 273 | 74 | 0 | 2 | 31 | 262 | 57 | 64 |
| Binary | 1001100 | 10111111 | 10111011 | 111100 | 0 | 10 | 11001 | 10110010 | 101111 | 110100 |
Color Harmonies of #4CBFBB
Complementary color
Monochromatic Colors of #4CBFBB
Black with #4CBFBB
Text Example
Text Example
White with #4CBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBFBB; }
p { color: rgb(76,191,187); }
H1.HeaderClassName
{
color: #4CBFBB;
}
.AnyTagClassName
{
color: #4CBFBB;
}
</style>
background-color css
<style>
a { background-color: #4CBFBB; }
a { background-color: rgb(76,191,187); }
div.DivClassName
{
background-color: #4CBFBB;
}
.BgClassName
{
background-color: #4CBFBB;
}
</style>
border-color css
<style>
span { border-color: #4CBFBB; }
span { border-color: rgb(76,191,187); }
td.TdClassName
{
border-color: #4CBFBB;
}
.TagClassName
{
border-color: #4CBFBB;
}
</style>