Shades of Medium Turquoise #4BC8CB
Tints of Medium Turquoise #4BC8CB
RGB
CMYK
RGB Variations
Color information
#4BC8CB (or 0x4BC8CB) is known color: Medium Turquoise. HEX triplet: 4B, C8 and CB. RGB value is (75,200,203). Sum of RGB (Red+Green+Blue) = 75+200+203=478 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.69% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #4BC8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC8CB is #B43734. Grayscale: #A2A2A2. Windows color (decimal): -11810613 or 13355083. OLE color: 13355083.
HSL color Cylindrical-coordinate representation of color #4BC8CB: hue angle of 181.41º 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 #4BC8CB is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 200 | 203 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.20 |
| HSL | 181.41º | 0.55% | 0.55% | - |
| HSV(B) | 181.41º | 0.63% | 0.8% | - |
| XYZ | 34.34 | 47.12 | 63.78 | - |
| YUV | 162.97 | 150.59 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 200 | 203 | 0.63 | 0.01 | 0 | 0.20 | 181.41 | 0.55 | 0.55 |
| Hex | 4B | C8 | CB | 3F | 1 | 0 | 14 | B5 | 37 | 37 |
| Octal | 113 | 310 | 313 | 77 | 1 | 0 | 24 | 265 | 67 | 67 |
| Binary | 1001011 | 11001000 | 11001011 | 111111 | 1 | 0 | 10100 | 10110101 | 110111 | 110111 |
Color Harmonies of #4BC8CB
Complementary color
Monochromatic Colors of #4BC8CB
Black with #4BC8CB
Text Example
Text Example
White with #4BC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC8CB; }
p { color: rgb(75,200,203); }
H1.HeaderClassName
{
color: #4BC8CB;
}
.AnyTagClassName
{
color: #4BC8CB;
}
</style>
background-color css
<style>
a { background-color: #4BC8CB; }
a { background-color: rgb(75,200,203); }
div.DivClassName
{
background-color: #4BC8CB;
}
.BgClassName
{
background-color: #4BC8CB;
}
</style>
border-color css
<style>
span { border-color: #4BC8CB; }
span { border-color: rgb(75,200,203); }
td.TdClassName
{
border-color: #4BC8CB;
}
.TagClassName
{
border-color: #4BC8CB;
}
</style>