Shades of Medium Turquoise #4BCBCB
Tints of Medium Turquoise #4BCBCB
RGB
CMYK
RGB Variations
Color information
#4BCBCB (or 0x4BCBCB) is known color: Medium Turquoise. HEX triplet: 4B, CB and CB. RGB value is (75,203,203). Sum of RGB (Red+Green+Blue) = 75+203+203=481 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.59% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #4BCBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCBCB is #B43434. Grayscale: #A4A4A4. Windows color (decimal): -11809845 or 13355851. OLE color: 13355851.
HSL color Cylindrical-coordinate representation of color #4BCBCB: hue angle of 180º 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 #4BCBCB is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 203 | 203 | - |
| CMYK | 0.63 | 0 | 0 | 0.20 |
| HSL | 180º | 0.55% | 0.55% | - |
| HSV(B) | 180º | 0.63% | 0.8% | - |
| XYZ | 35.04 | 48.52 | 64.02 | - |
| YUV | 164.73 | 149.59 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 203 | 0.63 | 0 | 0 | 0.20 | 180 | 0.55 | 0.55 |
| Hex | 4B | CB | CB | 3F | 0 | 0 | 14 | B4 | 37 | 37 |
| Octal | 113 | 313 | 313 | 77 | 0 | 0 | 24 | 264 | 67 | 67 |
| Binary | 1001011 | 11001011 | 11001011 | 111111 | 0 | 0 | 10100 | 10110100 | 110111 | 110111 |
Color Harmonies of #4BCBCB
Complementary color
Monochromatic Colors of #4BCBCB
Black with #4BCBCB
Text Example
Text Example
White with #4BCBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCBCB; }
p { color: rgb(75,203,203); }
H1.HeaderClassName
{
color: #4BCBCB;
}
.AnyTagClassName
{
color: #4BCBCB;
}
</style>
background-color css
<style>
a { background-color: #4BCBCB; }
a { background-color: rgb(75,203,203); }
div.DivClassName
{
background-color: #4BCBCB;
}
.BgClassName
{
background-color: #4BCBCB;
}
</style>
border-color css
<style>
span { border-color: #4BCBCB; }
span { border-color: rgb(75,203,203); }
td.TdClassName
{
border-color: #4BCBCB;
}
.TagClassName
{
border-color: #4BCBCB;
}
</style>