Shades of Medium Turquoise #4BC3CB
Tints of Medium Turquoise #4BC3CB
RGB
CMYK
RGB Variations
Color information
#4BC3CB (or 0x4BC3CB) is known color: Medium Turquoise. HEX triplet: 4B, C3 and CB. RGB value is (75,195,203). Sum of RGB (Red+Green+Blue) = 75+195+203=473 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.86% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #4BC3CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC3CB is #B43C34. Grayscale: #9F9F9F. Windows color (decimal): -11811893 or 13353803. OLE color: 13353803.
HSL color Cylindrical-coordinate representation of color #4BC3CB: hue angle of 183.75º degrees, saturation: 0.55, 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 #4BC3CB is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 195 | 203 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.20 |
| HSL | 183.75º | 0.55% | 0.55% | - |
| HSV(B) | 183.75º | 0.63% | 0.8% | - |
| XYZ | 33.2 | 44.84 | 63.4 | - |
| YUV | 160.03 | 152.24 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 195 | 203 | 0.63 | 0.04 | 0 | 0.20 | 183.75 | 0.55 | 0.55 |
| Hex | 4B | C3 | CB | 3F | 4 | 0 | 14 | B8 | 37 | 37 |
| Octal | 113 | 303 | 313 | 77 | 4 | 0 | 24 | 270 | 67 | 67 |
| Binary | 1001011 | 11000011 | 11001011 | 111111 | 100 | 0 | 10100 | 10111000 | 110111 | 110111 |
Color Harmonies of #4BC3CB
Complementary color
Monochromatic Colors of #4BC3CB
Black with #4BC3CB
Text Example
Text Example
White with #4BC3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC3CB; }
p { color: rgb(75,195,203); }
H1.HeaderClassName
{
color: #4BC3CB;
}
.AnyTagClassName
{
color: #4BC3CB;
}
</style>
background-color css
<style>
a { background-color: #4BC3CB; }
a { background-color: rgb(75,195,203); }
div.DivClassName
{
background-color: #4BC3CB;
}
.BgClassName
{
background-color: #4BC3CB;
}
</style>
border-color css
<style>
span { border-color: #4BC3CB; }
span { border-color: rgb(75,195,203); }
td.TdClassName
{
border-color: #4BC3CB;
}
.TagClassName
{
border-color: #4BC3CB;
}
</style>