Shades of Medium Turquoise #4BDCBF
Tints of Medium Turquoise #4BDCBF
RGB
CMYK
RGB Variations
Color information
#4BDCBF (or 0x4BDCBF) is known color: Medium Turquoise. HEX triplet: 4B, DC and BF. RGB value is (75,220,191). Sum of RGB (Red+Green+Blue) = 75+220+191=486 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.43% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDCBF is #B42340. Grayscale: #ADADAD. Windows color (decimal): -11805505 or 12573771. OLE color: 12573771.
HSL color Cylindrical-coordinate representation of color #4BDCBF: hue angle of 168º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDCBF is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 220 | 191 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.14 |
| HSL | 168º | 0.67% | 0.58% | - |
| HSV(B) | 168º | 0.66% | 0.86% | - |
| XYZ | 37.9 | 56.44 | 58.19 | - |
| YUV | 173.34 | 137.96 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 191 | 0.66 | 0 | 0.13 | 0.14 | 168 | 0.67 | 0.58 |
| Hex | 4B | DC | BF | 42 | 0 | D | E | A8 | 43 | 3A |
| Octal | 113 | 334 | 277 | 102 | 0 | 15 | 16 | 250 | 103 | 72 |
| Binary | 1001011 | 11011100 | 10111111 | 1000010 | 0 | 1101 | 1110 | 10101000 | 1000011 | 111010 |
Color Harmonies of #4BDCBF
Complementary color
Monochromatic Colors of #4BDCBF
Black with #4BDCBF
Text Example
Text Example
White with #4BDCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDCBF; }
p { color: rgb(75,220,191); }
H1.HeaderClassName
{
color: #4BDCBF;
}
.AnyTagClassName
{
color: #4BDCBF;
}
</style>
background-color css
<style>
a { background-color: #4BDCBF; }
a { background-color: rgb(75,220,191); }
div.DivClassName
{
background-color: #4BDCBF;
}
.BgClassName
{
background-color: #4BDCBF;
}
</style>
border-color css
<style>
span { border-color: #4BDCBF; }
span { border-color: rgb(75,220,191); }
td.TdClassName
{
border-color: #4BDCBF;
}
.TagClassName
{
border-color: #4BDCBF;
}
</style>