Shades of Medium Turquoise #4BCBC4
Tints of Medium Turquoise #4BCBC4
RGB
CMYK
RGB Variations
Color information
#4BCBC4 (or 0x4BCBC4) is known color: Medium Turquoise. HEX triplet: 4B, CB and C4. RGB value is (75,203,196). Sum of RGB (Red+Green+Blue) = 75+203+196=474 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.82% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCBC4 is #B4343B. Grayscale: #A3A3A3. Windows color (decimal): -11809852 or 12897099. OLE color: 12897099.
HSL color Cylindrical-coordinate representation of color #4BCBC4: hue angle of 176.72º 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 #4BCBC4 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 203 | 196 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.20 |
| HSL | 176.72º | 0.55% | 0.55% | - |
| HSV(B) | 176.72º | 0.63% | 0.8% | - |
| XYZ | 34.22 | 48.19 | 59.72 | - |
| YUV | 163.93 | 146.09 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 196 | 0.63 | 0 | 0.03 | 0.20 | 176.72 | 0.55 | 0.55 |
| Hex | 4B | CB | C4 | 3F | 0 | 3 | 14 | B1 | 37 | 37 |
| Octal | 113 | 313 | 304 | 77 | 0 | 3 | 24 | 261 | 67 | 67 |
| Binary | 1001011 | 11001011 | 11000100 | 111111 | 0 | 11 | 10100 | 10110001 | 110111 | 110111 |
Color Harmonies of #4BCBC4
Complementary color
Monochromatic Colors of #4BCBC4
Black with #4BCBC4
Text Example
Text Example
White with #4BCBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCBC4; }
p { color: rgb(75,203,196); }
H1.HeaderClassName
{
color: #4BCBC4;
}
.AnyTagClassName
{
color: #4BCBC4;
}
</style>
background-color css
<style>
a { background-color: #4BCBC4; }
a { background-color: rgb(75,203,196); }
div.DivClassName
{
background-color: #4BCBC4;
}
.BgClassName
{
background-color: #4BCBC4;
}
</style>
border-color css
<style>
span { border-color: #4BCBC4; }
span { border-color: rgb(75,203,196); }
td.TdClassName
{
border-color: #4BCBC4;
}
.TagClassName
{
border-color: #4BCBC4;
}
</style>