Shades of Medium Turquoise #4CBFBD
Tints of Medium Turquoise #4CBFBD
RGB
CMYK
RGB Variations
Color information
#4CBFBD (or 0x4CBFBD) is known color: Medium Turquoise. HEX triplet: 4C, BF and BD. RGB value is (76,191,189). Sum of RGB (Red+Green+Blue) = 76+191+189=456 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.67% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBFBD is #B34042. Grayscale: #9C9C9C. Windows color (decimal): -11747395 or 12435276. OLE color: 12435276.
HSL color Cylindrical-coordinate representation of color #4CBFBD: hue angle of 178.96º 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 #4CBFBD is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 191 | 189 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.25 |
| HSL | 178.96º | 0.47% | 0.52% | - |
| HSV(B) | 178.96º | 0.6% | 0.75% | - |
| XYZ | 30.8 | 42.47 | 54.72 | - |
| YUV | 156.39 | 146.4 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 189 | 0.60 | 0 | 0.01 | 0.25 | 178.96 | 0.47 | 0.52 |
| Hex | 4C | BF | BD | 3C | 0 | 1 | 19 | B3 | 2F | 34 |
| Octal | 114 | 277 | 275 | 74 | 0 | 1 | 31 | 263 | 57 | 64 |
| Binary | 1001100 | 10111111 | 10111101 | 111100 | 0 | 1 | 11001 | 10110011 | 101111 | 110100 |
Color Harmonies of #4CBFBD
Complementary color
Monochromatic Colors of #4CBFBD
Black with #4CBFBD
Text Example
Text Example
White with #4CBFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBFBD; }
p { color: rgb(76,191,189); }
H1.HeaderClassName
{
color: #4CBFBD;
}
.AnyTagClassName
{
color: #4CBFBD;
}
</style>
background-color css
<style>
a { background-color: #4CBFBD; }
a { background-color: rgb(76,191,189); }
div.DivClassName
{
background-color: #4CBFBD;
}
.BgClassName
{
background-color: #4CBFBD;
}
</style>
border-color css
<style>
span { border-color: #4CBFBD; }
span { border-color: rgb(76,191,189); }
td.TdClassName
{
border-color: #4CBFBD;
}
.TagClassName
{
border-color: #4CBFBD;
}
</style>