Shades of Medium Turquoise #4BCECB
Tints of Medium Turquoise #4BCECB
RGB
CMYK
RGB Variations
Color information
#4BCECB (or 0x4BCECB) is known color: Medium Turquoise. HEX triplet: 4B, CE and CB. RGB value is (75,206,203). Sum of RGB (Red+Green+Blue) = 75+206+203=484 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.50% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCECB is #B43134. Grayscale: #A6A6A6. Windows color (decimal): -11809077 or 13356619. OLE color: 13356619.
HSL color Cylindrical-coordinate representation of color #4BCECB: hue angle of 178.63º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCECB is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 206 | 203 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.19 |
| HSL | 178.63º | 0.57% | 0.55% | - |
| HSV(B) | 178.63º | 0.64% | 0.81% | - |
| XYZ | 35.75 | 49.95 | 64.26 | - |
| YUV | 166.49 | 148.6 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 206 | 203 | 0.64 | 0 | 0.01 | 0.19 | 178.63 | 0.57 | 0.55 |
| Hex | 4B | CE | CB | 40 | 0 | 1 | 13 | B3 | 39 | 37 |
| Octal | 113 | 316 | 313 | 100 | 0 | 1 | 23 | 263 | 71 | 67 |
| Binary | 1001011 | 11001110 | 11001011 | 1000000 | 0 | 1 | 10011 | 10110011 | 111001 | 110111 |
Color Harmonies of #4BCECB
Complementary color
Monochromatic Colors of #4BCECB
Black with #4BCECB
Text Example
Text Example
White with #4BCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCECB; }
p { color: rgb(75,206,203); }
H1.HeaderClassName
{
color: #4BCECB;
}
.AnyTagClassName
{
color: #4BCECB;
}
</style>
background-color css
<style>
a { background-color: #4BCECB; }
a { background-color: rgb(75,206,203); }
div.DivClassName
{
background-color: #4BCECB;
}
.BgClassName
{
background-color: #4BCECB;
}
</style>
border-color css
<style>
span { border-color: #4BCECB; }
span { border-color: rgb(75,206,203); }
td.TdClassName
{
border-color: #4BCECB;
}
.TagClassName
{
border-color: #4BCECB;
}
</style>