Shades of Medium Turquoise #4BDBC1
Tints of Medium Turquoise #4BDBC1
RGB
CMYK
RGB Variations
Color information
#4BDBC1 (or 0x4BDBC1) is known color: Medium Turquoise. HEX triplet: 4B, DB and C1. RGB value is (75,219,193). Sum of RGB (Red+Green+Blue) = 75+219+193=487 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.40% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDBC1 is #B4243E. Grayscale: #ACACAC. Windows color (decimal): -11805759 or 12704587. OLE color: 12704587.
HSL color Cylindrical-coordinate representation of color #4BDBC1: hue angle of 169.17º 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 #4BDBC1 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 219 | 193 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.14 |
| HSL | 169.17º | 0.67% | 0.58% | - |
| HSV(B) | 169.17º | 0.66% | 0.86% | - |
| XYZ | 37.86 | 56.01 | 59.27 | - |
| YUV | 172.98 | 139.29 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 193 | 0.66 | 0 | 0.12 | 0.14 | 169.17 | 0.67 | 0.58 |
| Hex | 4B | DB | C1 | 42 | 0 | C | E | A9 | 43 | 3A |
| Octal | 113 | 333 | 301 | 102 | 0 | 14 | 16 | 251 | 103 | 72 |
| Binary | 1001011 | 11011011 | 11000001 | 1000010 | 0 | 1100 | 1110 | 10101001 | 1000011 | 111010 |
Color Harmonies of #4BDBC1
Complementary color
Monochromatic Colors of #4BDBC1
Black with #4BDBC1
Text Example
Text Example
White with #4BDBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDBC1; }
p { color: rgb(75,219,193); }
H1.HeaderClassName
{
color: #4BDBC1;
}
.AnyTagClassName
{
color: #4BDBC1;
}
</style>
background-color css
<style>
a { background-color: #4BDBC1; }
a { background-color: rgb(75,219,193); }
div.DivClassName
{
background-color: #4BDBC1;
}
.BgClassName
{
background-color: #4BDBC1;
}
</style>
border-color css
<style>
span { border-color: #4BDBC1; }
span { border-color: rgb(75,219,193); }
td.TdClassName
{
border-color: #4BDBC1;
}
.TagClassName
{
border-color: #4BDBC1;
}
</style>