Shades of Medium Turquoise #4BD7CE
Tints of Medium Turquoise #4BD7CE
RGB
CMYK
RGB Variations
Color information
#4BD7CE (or 0x4BD7CE) is known color: Medium Turquoise. HEX triplet: 4B, D7 and CE. RGB value is (75,215,206). Sum of RGB (Red+Green+Blue) = 75+215+206=496 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.12% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #4BD7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD7CE is #B42831. Grayscale: #ACACAC. Windows color (decimal): -11806770 or 13555531. OLE color: 13555531.
HSL color Cylindrical-coordinate representation of color #4BD7CE: hue angle of 176.14º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD7CE is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 215 | 206 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.16 |
| HSL | 176.14º | 0.64% | 0.57% | - |
| HSV(B) | 176.14º | 0.65% | 0.84% | - |
| XYZ | 38.34 | 54.55 | 66.9 | - |
| YUV | 172.11 | 147.12 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 215 | 206 | 0.65 | 0 | 0.04 | 0.16 | 176.14 | 0.64 | 0.57 |
| Hex | 4B | D7 | CE | 41 | 0 | 4 | 10 | B0 | 40 | 39 |
| Octal | 113 | 327 | 316 | 101 | 0 | 4 | 20 | 260 | 100 | 71 |
| Binary | 1001011 | 11010111 | 11001110 | 1000001 | 0 | 100 | 10000 | 10110000 | 1000000 | 111001 |
Color Harmonies of #4BD7CE
Complementary color
Monochromatic Colors of #4BD7CE
Black with #4BD7CE
Text Example
Text Example
White with #4BD7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD7CE; }
p { color: rgb(75,215,206); }
H1.HeaderClassName
{
color: #4BD7CE;
}
.AnyTagClassName
{
color: #4BD7CE;
}
</style>
background-color css
<style>
a { background-color: #4BD7CE; }
a { background-color: rgb(75,215,206); }
div.DivClassName
{
background-color: #4BD7CE;
}
.BgClassName
{
background-color: #4BD7CE;
}
</style>
border-color css
<style>
span { border-color: #4BD7CE; }
span { border-color: rgb(75,215,206); }
td.TdClassName
{
border-color: #4BD7CE;
}
.TagClassName
{
border-color: #4BD7CE;
}
</style>