Shades of Medium Turquoise #4BCEBF
Tints of Medium Turquoise #4BCEBF
RGB
CMYK
RGB Variations
Color information
#4BCEBF (or 0x4BCEBF) is known color: Medium Turquoise. HEX triplet: 4B, CE and BF. RGB value is (75,206,191). Sum of RGB (Red+Green+Blue) = 75+206+191=472 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.89% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCEBF is #B43140. Grayscale: #A5A5A5. Windows color (decimal): -11809089 or 12570187. OLE color: 12570187.
HSL color Cylindrical-coordinate representation of color #4BCEBF: hue angle of 173.13º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCEBF is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 206 | 191 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.19 |
| HSL | 173.13º | 0.57% | 0.55% | - |
| HSV(B) | 173.13º | 0.64% | 0.81% | - |
| XYZ | 34.38 | 49.4 | 57.01 | - |
| YUV | 165.12 | 142.6 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 206 | 191 | 0.64 | 0 | 0.07 | 0.19 | 173.13 | 0.57 | 0.55 |
| Hex | 4B | CE | BF | 40 | 0 | 7 | 13 | AD | 39 | 37 |
| Octal | 113 | 316 | 277 | 100 | 0 | 7 | 23 | 255 | 71 | 67 |
| Binary | 1001011 | 11001110 | 10111111 | 1000000 | 0 | 111 | 10011 | 10101101 | 111001 | 110111 |
Color Harmonies of #4BCEBF
Complementary color
Monochromatic Colors of #4BCEBF
Black with #4BCEBF
Text Example
Text Example
White with #4BCEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCEBF; }
p { color: rgb(75,206,191); }
H1.HeaderClassName
{
color: #4BCEBF;
}
.AnyTagClassName
{
color: #4BCEBF;
}
</style>
background-color css
<style>
a { background-color: #4BCEBF; }
a { background-color: rgb(75,206,191); }
div.DivClassName
{
background-color: #4BCEBF;
}
.BgClassName
{
background-color: #4BCEBF;
}
</style>
border-color css
<style>
span { border-color: #4BCEBF; }
span { border-color: rgb(75,206,191); }
td.TdClassName
{
border-color: #4BCEBF;
}
.TagClassName
{
border-color: #4BCEBF;
}
</style>