Shades of Medium Turquoise #4BDBD0
Tints of Medium Turquoise #4BDBD0
RGB
CMYK
RGB Variations
Color information
#4BDBD0 (or 0x4BDBD0) is known color: Medium Turquoise. HEX triplet: 4B, DB and D0. RGB value is (75,219,208). Sum of RGB (Red+Green+Blue) = 75+219+208=502 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.94% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDBD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDBD0 is #B4242F. Grayscale: #AEAEAE. Windows color (decimal): -11805744 or 13687627. OLE color: 13687627.
HSL color Cylindrical-coordinate representation of color #4BDBD0: hue angle of 175.42º 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 #4BDBD0 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 219 | 208 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.14 |
| HSL | 175.42º | 0.67% | 0.58% | - |
| HSV(B) | 175.42º | 0.66% | 0.86% | - |
| XYZ | 39.62 | 56.71 | 68.53 | - |
| YUV | 174.69 | 146.79 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 208 | 0.66 | 0 | 0.05 | 0.14 | 175.42 | 0.67 | 0.58 |
| Hex | 4B | DB | D0 | 42 | 0 | 5 | E | AF | 43 | 3A |
| Octal | 113 | 333 | 320 | 102 | 0 | 5 | 16 | 257 | 103 | 72 |
| Binary | 1001011 | 11011011 | 11010000 | 1000010 | 0 | 101 | 1110 | 10101111 | 1000011 | 111010 |
Color Harmonies of #4BDBD0
Complementary color
Monochromatic Colors of #4BDBD0
Black with #4BDBD0
Text Example
Text Example
White with #4BDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDBD0; }
p { color: rgb(75,219,208); }
H1.HeaderClassName
{
color: #4BDBD0;
}
.AnyTagClassName
{
color: #4BDBD0;
}
</style>
background-color css
<style>
a { background-color: #4BDBD0; }
a { background-color: rgb(75,219,208); }
div.DivClassName
{
background-color: #4BDBD0;
}
.BgClassName
{
background-color: #4BDBD0;
}
</style>
border-color css
<style>
span { border-color: #4BDBD0; }
span { border-color: rgb(75,219,208); }
td.TdClassName
{
border-color: #4BDBD0;
}
.TagClassName
{
border-color: #4BDBD0;
}
</style>