Shades of Medium Turquoise #4BC2C4
Tints of Medium Turquoise #4BC2C4
RGB
CMYK
RGB Variations
Color information
#4BC2C4 (or 0x4BC2C4) is known color: Medium Turquoise. HEX triplet: 4B, C2 and C4. RGB value is (75,194,196). Sum of RGB (Red+Green+Blue) = 75+194+196=465 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.13% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #4BC2C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC2C4 is #B43D3B. Grayscale: #9E9E9E. Windows color (decimal): -11812156 or 12894795. OLE color: 12894795.
HSL color Cylindrical-coordinate representation of color #4BC2C4: hue angle of 180.99º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC2C4 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 75 | 194 | 196 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.23 |
| HSL | 180.99º | 0.51% | 0.53% | - |
| HSV(B) | 180.99º | 0.62% | 0.77% | - |
| XYZ | 32.16 | 44.06 | 59.04 | - |
| YUV | 158.65 | 149.08 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 194 | 196 | 0.62 | 0.01 | 0 | 0.23 | 180.99 | 0.51 | 0.53 |
| Hex | 4B | C2 | C4 | 3E | 1 | 0 | 17 | B5 | 33 | 35 |
| Octal | 113 | 302 | 304 | 76 | 1 | 0 | 27 | 265 | 63 | 65 |
| Binary | 1001011 | 11000010 | 11000100 | 111110 | 1 | 0 | 10111 | 10110101 | 110011 | 110101 |
Color Harmonies of #4BC2C4
Complementary color
Monochromatic Colors of #4BC2C4
Black with #4BC2C4
Text Example
Text Example
White with #4BC2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC2C4; }
p { color: rgb(75,194,196); }
H1.HeaderClassName
{
color: #4BC2C4;
}
.AnyTagClassName
{
color: #4BC2C4;
}
</style>
background-color css
<style>
a { background-color: #4BC2C4; }
a { background-color: rgb(75,194,196); }
div.DivClassName
{
background-color: #4BC2C4;
}
.BgClassName
{
background-color: #4BC2C4;
}
</style>
border-color css
<style>
span { border-color: #4BC2C4; }
span { border-color: rgb(75,194,196); }
td.TdClassName
{
border-color: #4BC2C4;
}
.TagClassName
{
border-color: #4BC2C4;
}
</style>