Shades of Medium Turquoise #4BC0C1
Tints of Medium Turquoise #4BC0C1
RGB
CMYK
RGB Variations
Color information
#4BC0C1 (or 0x4BC0C1) is known color: Medium Turquoise. HEX triplet: 4B, C0 and C1. RGB value is (75,192,193). Sum of RGB (Red+Green+Blue) = 75+192+193=460 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.30% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #4BC0C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC0C1 is #B43F3E. Grayscale: #9D9D9D. Windows color (decimal): -11812671 or 12697675. OLE color: 12697675.
HSL color Cylindrical-coordinate representation of color #4BC0C1: hue angle of 180.51º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC0C1 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 192 | 193 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.24 |
| HSL | 180.51º | 0.49% | 0.53% | - |
| HSV(B) | 180.51º | 0.61% | 0.76% | - |
| XYZ | 31.38 | 43.05 | 57.11 | - |
| YUV | 157.13 | 148.24 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 192 | 193 | 0.61 | 0.01 | 0 | 0.24 | 180.51 | 0.49 | 0.53 |
| Hex | 4B | C0 | C1 | 3D | 1 | 0 | 18 | B5 | 31 | 35 |
| Octal | 113 | 300 | 301 | 75 | 1 | 0 | 30 | 265 | 61 | 65 |
| Binary | 1001011 | 11000000 | 11000001 | 111101 | 1 | 0 | 11000 | 10110101 | 110001 | 110101 |
Color Harmonies of #4BC0C1
Complementary color
Monochromatic Colors of #4BC0C1
Black with #4BC0C1
Text Example
Text Example
White with #4BC0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC0C1; }
p { color: rgb(75,192,193); }
H1.HeaderClassName
{
color: #4BC0C1;
}
.AnyTagClassName
{
color: #4BC0C1;
}
</style>
background-color css
<style>
a { background-color: #4BC0C1; }
a { background-color: rgb(75,192,193); }
div.DivClassName
{
background-color: #4BC0C1;
}
.BgClassName
{
background-color: #4BC0C1;
}
</style>
border-color css
<style>
span { border-color: #4BC0C1; }
span { border-color: rgb(75,192,193); }
td.TdClassName
{
border-color: #4BC0C1;
}
.TagClassName
{
border-color: #4BC0C1;
}
</style>