Shades of Medium Turquoise #4BC3CC
Tints of Medium Turquoise #4BC3CC
RGB
CMYK
RGB Variations
Color information
#4BC3CC (or 0x4BC3CC) is known color: Medium Turquoise. HEX triplet: 4B, C3 and CC. RGB value is (75,195,204). Sum of RGB (Red+Green+Blue) = 75+195+204=474 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.82% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #4BC3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC3CC is #B43C33. Grayscale: #9F9F9F. Windows color (decimal): -11811892 or 13419339. OLE color: 13419339.
HSL color Cylindrical-coordinate representation of color #4BC3CC: hue angle of 184.19º degrees, saturation: 0.56, 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 #4BC3CC is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 75 | 195 | 204 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.2 |
| HSL | 184.19º | 0.56% | 0.55% | - |
| HSV(B) | 184.19º | 0.63% | 0.8% | - |
| XYZ | 33.32 | 44.89 | 64.03 | - |
| YUV | 160.15 | 152.74 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 195 | 204 | 0.63 | 0.04 | 0 | 0.2 | 184.19 | 0.56 | 0.55 |
| Hex | 4B | C3 | CC | 3F | 4 | 0 | 14 | B8 | 38 | 37 |
| Octal | 113 | 303 | 314 | 77 | 4 | 0 | 24 | 270 | 70 | 67 |
| Binary | 1001011 | 11000011 | 11001100 | 111111 | 100 | 0 | 10100 | 10111000 | 111000 | 110111 |
Color Harmonies of #4BC3CC
Complementary color
Monochromatic Colors of #4BC3CC
Black with #4BC3CC
Text Example
Text Example
White with #4BC3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC3CC; }
p { color: rgb(75,195,204); }
H1.HeaderClassName
{
color: #4BC3CC;
}
.AnyTagClassName
{
color: #4BC3CC;
}
</style>
background-color css
<style>
a { background-color: #4BC3CC; }
a { background-color: rgb(75,195,204); }
div.DivClassName
{
background-color: #4BC3CC;
}
.BgClassName
{
background-color: #4BC3CC;
}
</style>
border-color css
<style>
span { border-color: #4BC3CC; }
span { border-color: rgb(75,195,204); }
td.TdClassName
{
border-color: #4BC3CC;
}
.TagClassName
{
border-color: #4BC3CC;
}
</style>