Shades of Medium Turquoise #4BC7CF
Tints of Medium Turquoise #4BC7CF
RGB
CMYK
RGB Variations
Color information
#4BC7CF (or 0x4BC7CF) is known color: Medium Turquoise. HEX triplet: 4B, C7 and CF. RGB value is (75,199,207). Sum of RGB (Red+Green+Blue) = 75+199+207=481 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.59% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #4BC7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC7CF is #B43830. Grayscale: #A2A2A2. Windows color (decimal): -11810865 or 13616971. OLE color: 13616971.
HSL color Cylindrical-coordinate representation of color #4BC7CF: hue angle of 183.64º degrees, saturation: 0.58, 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 #4BC7CF is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 199 | 207 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.19 |
| HSL | 183.64º | 0.58% | 0.55% | - |
| HSV(B) | 183.64º | 0.64% | 0.81% | - |
| XYZ | 34.59 | 46.85 | 66.25 | - |
| YUV | 162.84 | 152.92 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 199 | 207 | 0.64 | 0.04 | 0 | 0.19 | 183.64 | 0.58 | 0.55 |
| Hex | 4B | C7 | CF | 40 | 4 | 0 | 13 | B8 | 3A | 37 |
| Octal | 113 | 307 | 317 | 100 | 4 | 0 | 23 | 270 | 72 | 67 |
| Binary | 1001011 | 11000111 | 11001111 | 1000000 | 100 | 0 | 10011 | 10111000 | 111010 | 110111 |
Color Harmonies of #4BC7CF
Complementary color
Monochromatic Colors of #4BC7CF
Black with #4BC7CF
Text Example
Text Example
White with #4BC7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC7CF; }
p { color: rgb(75,199,207); }
H1.HeaderClassName
{
color: #4BC7CF;
}
.AnyTagClassName
{
color: #4BC7CF;
}
</style>
background-color css
<style>
a { background-color: #4BC7CF; }
a { background-color: rgb(75,199,207); }
div.DivClassName
{
background-color: #4BC7CF;
}
.BgClassName
{
background-color: #4BC7CF;
}
</style>
border-color css
<style>
span { border-color: #4BC7CF; }
span { border-color: rgb(75,199,207); }
td.TdClassName
{
border-color: #4BC7CF;
}
.TagClassName
{
border-color: #4BC7CF;
}
</style>