Shades of Medium Turquoise #4BDBBE
Tints of Medium Turquoise #4BDBBE
RGB
CMYK
RGB Variations
Color information
#4BDBBE (or 0x4BDBBE) is known color: Medium Turquoise. HEX triplet: 4B, DB and BE. RGB value is (75,219,190). Sum of RGB (Red+Green+Blue) = 75+219+190=484 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.50% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDBBE is #B42441. Grayscale: #ACACAC. Windows color (decimal): -11805762 or 12507979. OLE color: 12507979.
HSL color Cylindrical-coordinate representation of color #4BDBBE: hue angle of 167.92º 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 #4BDBBE is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 219 | 190 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.14 |
| HSL | 167.92º | 0.67% | 0.58% | - |
| HSV(B) | 167.92º | 0.66% | 0.86% | - |
| XYZ | 37.53 | 55.88 | 57.52 | - |
| YUV | 172.64 | 137.79 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 190 | 0.66 | 0 | 0.13 | 0.14 | 167.92 | 0.67 | 0.58 |
| Hex | 4B | DB | BE | 42 | 0 | D | E | A8 | 43 | 3A |
| Octal | 113 | 333 | 276 | 102 | 0 | 15 | 16 | 250 | 103 | 72 |
| Binary | 1001011 | 11011011 | 10111110 | 1000010 | 0 | 1101 | 1110 | 10101000 | 1000011 | 111010 |
Color Harmonies of #4BDBBE
Complementary color
Monochromatic Colors of #4BDBBE
Black with #4BDBBE
Text Example
Text Example
White with #4BDBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDBBE; }
p { color: rgb(75,219,190); }
H1.HeaderClassName
{
color: #4BDBBE;
}
.AnyTagClassName
{
color: #4BDBBE;
}
</style>
background-color css
<style>
a { background-color: #4BDBBE; }
a { background-color: rgb(75,219,190); }
div.DivClassName
{
background-color: #4BDBBE;
}
.BgClassName
{
background-color: #4BDBBE;
}
</style>
border-color css
<style>
span { border-color: #4BDBBE; }
span { border-color: rgb(75,219,190); }
td.TdClassName
{
border-color: #4BDBBE;
}
.TagClassName
{
border-color: #4BDBBE;
}
</style>