Shades of Medium Turquoise #4BD7CF
Tints of Medium Turquoise #4BD7CF
RGB
CMYK
RGB Variations
Color information
#4BD7CF (or 0x4BD7CF) is known color: Medium Turquoise. HEX triplet: 4B, D7 and CF. RGB value is (75,215,207). Sum of RGB (Red+Green+Blue) = 75+215+207=497 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.09% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #4BD7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD7CF is #B42830. Grayscale: #ACACAC. Windows color (decimal): -11806769 or 13621067. OLE color: 13621067.
HSL color Cylindrical-coordinate representation of color #4BD7CF: hue angle of 176.57º 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 #4BD7CF is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 215 | 207 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.16 |
| HSL | 176.57º | 0.64% | 0.57% | - |
| HSV(B) | 176.57º | 0.65% | 0.84% | - |
| XYZ | 38.46 | 54.6 | 67.54 | - |
| YUV | 172.23 | 147.62 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 215 | 207 | 0.65 | 0 | 0.04 | 0.16 | 176.57 | 0.64 | 0.57 |
| Hex | 4B | D7 | CF | 41 | 0 | 4 | 10 | B1 | 40 | 39 |
| Octal | 113 | 327 | 317 | 101 | 0 | 4 | 20 | 261 | 100 | 71 |
| Binary | 1001011 | 11010111 | 11001111 | 1000001 | 0 | 100 | 10000 | 10110001 | 1000000 | 111001 |
Color Harmonies of #4BD7CF
Complementary color
Monochromatic Colors of #4BD7CF
Black with #4BD7CF
Text Example
Text Example
White with #4BD7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD7CF; }
p { color: rgb(75,215,207); }
H1.HeaderClassName
{
color: #4BD7CF;
}
.AnyTagClassName
{
color: #4BD7CF;
}
</style>
background-color css
<style>
a { background-color: #4BD7CF; }
a { background-color: rgb(75,215,207); }
div.DivClassName
{
background-color: #4BD7CF;
}
.BgClassName
{
background-color: #4BD7CF;
}
</style>
border-color css
<style>
span { border-color: #4BD7CF; }
span { border-color: rgb(75,215,207); }
td.TdClassName
{
border-color: #4BD7CF;
}
.TagClassName
{
border-color: #4BD7CF;
}
</style>