Shades of Medium Turquoise #4BCFB4
Tints of Medium Turquoise #4BCFB4
RGB
CMYK
RGB Variations
Color information
#4BCFB4 (or 0x4BCFB4) is known color: Medium Turquoise. HEX triplet: 4B, CF and B4. RGB value is (75,207,180). Sum of RGB (Red+Green+Blue) = 75+207+180=462 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.23% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCFB4 is #B4304B. Grayscale: #A4A4A4. Windows color (decimal): -11808844 or 11849547. OLE color: 11849547.
HSL color Cylindrical-coordinate representation of color #4BCFB4: hue angle of 167.73º 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 #4BCFB4 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 207 | 180 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.19 |
| HSL | 167.73º | 0.58% | 0.55% | - |
| HSV(B) | 167.73º | 0.64% | 0.81% | - |
| XYZ | 33.45 | 49.42 | 50.96 | - |
| YUV | 164.45 | 136.77 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 207 | 180 | 0.64 | 0 | 0.13 | 0.19 | 167.73 | 0.58 | 0.55 |
| Hex | 4B | CF | B4 | 40 | 0 | D | 13 | A8 | 3A | 37 |
| Octal | 113 | 317 | 264 | 100 | 0 | 15 | 23 | 250 | 72 | 67 |
| Binary | 1001011 | 11001111 | 10110100 | 1000000 | 0 | 1101 | 10011 | 10101000 | 111010 | 110111 |
Color Harmonies of #4BCFB4
Complementary color
Monochromatic Colors of #4BCFB4
Black with #4BCFB4
Text Example
Text Example
White with #4BCFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCFB4; }
p { color: rgb(75,207,180); }
H1.HeaderClassName
{
color: #4BCFB4;
}
.AnyTagClassName
{
color: #4BCFB4;
}
</style>
background-color css
<style>
a { background-color: #4BCFB4; }
a { background-color: rgb(75,207,180); }
div.DivClassName
{
background-color: #4BCFB4;
}
.BgClassName
{
background-color: #4BCFB4;
}
</style>
border-color css
<style>
span { border-color: #4BCFB4; }
span { border-color: rgb(75,207,180); }
td.TdClassName
{
border-color: #4BCFB4;
}
.TagClassName
{
border-color: #4BCFB4;
}
</style>