Shades of Medium Turquoise #4BCDBD
Tints of Medium Turquoise #4BCDBD
RGB
CMYK
RGB Variations
Color information
#4BCDBD (or 0x4BCDBD) is known color: Medium Turquoise. HEX triplet: 4B, CD and BD. RGB value is (75,205,189). Sum of RGB (Red+Green+Blue) = 75+205+189=469 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.99% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCDBD is #B43242. Grayscale: #A4A4A4. Windows color (decimal): -11809347 or 12438859. OLE color: 12438859.
HSL color Cylindrical-coordinate representation of color #4BCDBD: hue angle of 172.62º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCDBD is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 205 | 189 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.20 |
| HSL | 172.62º | 0.57% | 0.55% | - |
| HSV(B) | 172.62º | 0.63% | 0.8% | - |
| XYZ | 33.92 | 48.83 | 55.78 | - |
| YUV | 164.31 | 141.93 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 205 | 189 | 0.63 | 0 | 0.08 | 0.20 | 172.62 | 0.57 | 0.55 |
| Hex | 4B | CD | BD | 3F | 0 | 8 | 14 | AD | 39 | 37 |
| Octal | 113 | 315 | 275 | 77 | 0 | 10 | 24 | 255 | 71 | 67 |
| Binary | 1001011 | 11001101 | 10111101 | 111111 | 0 | 1000 | 10100 | 10101101 | 111001 | 110111 |
Color Harmonies of #4BCDBD
Complementary color
Monochromatic Colors of #4BCDBD
Black with #4BCDBD
Text Example
Text Example
White with #4BCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCDBD; }
p { color: rgb(75,205,189); }
H1.HeaderClassName
{
color: #4BCDBD;
}
.AnyTagClassName
{
color: #4BCDBD;
}
</style>
background-color css
<style>
a { background-color: #4BCDBD; }
a { background-color: rgb(75,205,189); }
div.DivClassName
{
background-color: #4BCDBD;
}
.BgClassName
{
background-color: #4BCDBD;
}
</style>
border-color css
<style>
span { border-color: #4BCDBD; }
span { border-color: rgb(75,205,189); }
td.TdClassName
{
border-color: #4BCDBD;
}
.TagClassName
{
border-color: #4BCDBD;
}
</style>