Shades of Medium Turquoise #4BDBCD
Tints of Medium Turquoise #4BDBCD
RGB
CMYK
RGB Variations
Color information
#4BDBCD (or 0x4BDBCD) is known color: Medium Turquoise. HEX triplet: 4B, DB and CD. RGB value is (75,219,205). Sum of RGB (Red+Green+Blue) = 75+219+205=499 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15.03% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDBCD is #B42432. Grayscale: #AEAEAE. Windows color (decimal): -11805747 or 13491019. OLE color: 13491019.
HSL color Cylindrical-coordinate representation of color #4BDBCD: hue angle of 174.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 #4BDBCD is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 219 | 205 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.14 |
| HSL | 174.17º | 0.67% | 0.58% | - |
| HSV(B) | 174.17º | 0.66% | 0.86% | - |
| XYZ | 39.25 | 56.57 | 66.61 | - |
| YUV | 174.35 | 145.29 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 205 | 0.66 | 0 | 0.06 | 0.14 | 174.17 | 0.67 | 0.58 |
| Hex | 4B | DB | CD | 42 | 0 | 6 | E | AE | 43 | 3A |
| Octal | 113 | 333 | 315 | 102 | 0 | 6 | 16 | 256 | 103 | 72 |
| Binary | 1001011 | 11011011 | 11001101 | 1000010 | 0 | 110 | 1110 | 10101110 | 1000011 | 111010 |
Color Harmonies of #4BDBCD
Complementary color
Monochromatic Colors of #4BDBCD
Black with #4BDBCD
Text Example
Text Example
White with #4BDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDBCD; }
p { color: rgb(75,219,205); }
H1.HeaderClassName
{
color: #4BDBCD;
}
.AnyTagClassName
{
color: #4BDBCD;
}
</style>
background-color css
<style>
a { background-color: #4BDBCD; }
a { background-color: rgb(75,219,205); }
div.DivClassName
{
background-color: #4BDBCD;
}
.BgClassName
{
background-color: #4BDBCD;
}
</style>
border-color css
<style>
span { border-color: #4BDBCD; }
span { border-color: rgb(75,219,205); }
td.TdClassName
{
border-color: #4BDBCD;
}
.TagClassName
{
border-color: #4BDBCD;
}
</style>