Shades of Medium Turquoise #4BD2CB
Tints of Medium Turquoise #4BD2CB
RGB
CMYK
RGB Variations
Color information
#4BD2CB (or 0x4BD2CB) is known color: Medium Turquoise. HEX triplet: 4B, D2 and CB. RGB value is (75,210,203). Sum of RGB (Red+Green+Blue) = 75+210+203=488 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.37% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #4BD2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD2CB is #B42D34. Grayscale: #A8A8A8. Windows color (decimal): -11808053 or 13357643. OLE color: 13357643.
HSL color Cylindrical-coordinate representation of color #4BD2CB: hue angle of 176.89º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD2CB is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 210 | 203 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.18 |
| HSL | 176.89º | 0.6% | 0.56% | - |
| HSV(B) | 176.89º | 0.64% | 0.82% | - |
| XYZ | 36.73 | 51.9 | 64.58 | - |
| YUV | 168.84 | 147.27 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 210 | 203 | 0.64 | 0 | 0.03 | 0.18 | 176.89 | 0.6 | 0.56 |
| Hex | 4B | D2 | CB | 40 | 0 | 3 | 12 | B1 | 3C | 38 |
| Octal | 113 | 322 | 313 | 100 | 0 | 3 | 22 | 261 | 74 | 70 |
| Binary | 1001011 | 11010010 | 11001011 | 1000000 | 0 | 11 | 10010 | 10110001 | 111100 | 111000 |
Color Harmonies of #4BD2CB
Complementary color
Monochromatic Colors of #4BD2CB
Black with #4BD2CB
Text Example
Text Example
White with #4BD2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD2CB; }
p { color: rgb(75,210,203); }
H1.HeaderClassName
{
color: #4BD2CB;
}
.AnyTagClassName
{
color: #4BD2CB;
}
</style>
background-color css
<style>
a { background-color: #4BD2CB; }
a { background-color: rgb(75,210,203); }
div.DivClassName
{
background-color: #4BD2CB;
}
.BgClassName
{
background-color: #4BD2CB;
}
</style>
border-color css
<style>
span { border-color: #4BD2CB; }
span { border-color: rgb(75,210,203); }
td.TdClassName
{
border-color: #4BD2CB;
}
.TagClassName
{
border-color: #4BD2CB;
}
</style>