Shades of Medium Turquoise #4BCDCB
Tints of Medium Turquoise #4BCDCB
RGB
CMYK
RGB Variations
Color information
#4BCDCB (or 0x4BCDCB) is known color: Medium Turquoise. HEX triplet: 4B, CD and CB. RGB value is (75,205,203). Sum of RGB (Red+Green+Blue) = 75+205+203=483 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.53% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCDCB is #B43234. Grayscale: #A5A5A5. Windows color (decimal): -11809333 or 13356363. OLE color: 13356363.
HSL color Cylindrical-coordinate representation of color #4BCDCB: hue angle of 179.08º degrees, saturation: 0.57, 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 #4BCDCB is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 205 | 203 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.20 |
| HSL | 179.08º | 0.57% | 0.55% | - |
| HSV(B) | 179.08º | 0.63% | 0.8% | - |
| XYZ | 35.51 | 49.47 | 64.18 | - |
| YUV | 165.9 | 148.93 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 205 | 203 | 0.63 | 0 | 0.01 | 0.20 | 179.08 | 0.57 | 0.55 |
| Hex | 4B | CD | CB | 3F | 0 | 1 | 14 | B3 | 39 | 37 |
| Octal | 113 | 315 | 313 | 77 | 0 | 1 | 24 | 263 | 71 | 67 |
| Binary | 1001011 | 11001101 | 11001011 | 111111 | 0 | 1 | 10100 | 10110011 | 111001 | 110111 |
Color Harmonies of #4BCDCB
Complementary color
Monochromatic Colors of #4BCDCB
Black with #4BCDCB
Text Example
Text Example
White with #4BCDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCDCB; }
p { color: rgb(75,205,203); }
H1.HeaderClassName
{
color: #4BCDCB;
}
.AnyTagClassName
{
color: #4BCDCB;
}
</style>
background-color css
<style>
a { background-color: #4BCDCB; }
a { background-color: rgb(75,205,203); }
div.DivClassName
{
background-color: #4BCDCB;
}
.BgClassName
{
background-color: #4BCDCB;
}
</style>
border-color css
<style>
span { border-color: #4BCDCB; }
span { border-color: rgb(75,205,203); }
td.TdClassName
{
border-color: #4BCDCB;
}
.TagClassName
{
border-color: #4BCDCB;
}
</style>