Shades of Medium Turquoise #4BCDBB
Tints of Medium Turquoise #4BCDBB
RGB
CMYK
RGB Variations
Color information
#4BCDBB (or 0x4BCDBB) is known color: Medium Turquoise. HEX triplet: 4B, CD and BB. RGB value is (75,205,187). Sum of RGB (Red+Green+Blue) = 75+205+187=467 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.06% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCDBB is #B43244. Grayscale: #A4A4A4. Windows color (decimal): -11809349 or 12307787. OLE color: 12307787.
HSL color Cylindrical-coordinate representation of color #4BCDBB: hue angle of 171.69º 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 #4BCDBB is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 205 | 187 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.20 |
| HSL | 171.69º | 0.57% | 0.55% | - |
| HSV(B) | 171.69º | 0.63% | 0.8% | - |
| XYZ | 33.7 | 48.75 | 54.65 | - |
| YUV | 164.08 | 140.93 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 205 | 187 | 0.63 | 0 | 0.09 | 0.20 | 171.69 | 0.57 | 0.55 |
| Hex | 4B | CD | BB | 3F | 0 | 9 | 14 | AC | 39 | 37 |
| Octal | 113 | 315 | 273 | 77 | 0 | 11 | 24 | 254 | 71 | 67 |
| Binary | 1001011 | 11001101 | 10111011 | 111111 | 0 | 1001 | 10100 | 10101100 | 111001 | 110111 |
Color Harmonies of #4BCDBB
Complementary color
Monochromatic Colors of #4BCDBB
Black with #4BCDBB
Text Example
Text Example
White with #4BCDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCDBB; }
p { color: rgb(75,205,187); }
H1.HeaderClassName
{
color: #4BCDBB;
}
.AnyTagClassName
{
color: #4BCDBB;
}
</style>
background-color css
<style>
a { background-color: #4BCDBB; }
a { background-color: rgb(75,205,187); }
div.DivClassName
{
background-color: #4BCDBB;
}
.BgClassName
{
background-color: #4BCDBB;
}
</style>
border-color css
<style>
span { border-color: #4BCDBB; }
span { border-color: rgb(75,205,187); }
td.TdClassName
{
border-color: #4BCDBB;
}
.TagClassName
{
border-color: #4BCDBB;
}
</style>