Shades of Turquoise #4BE0CB
Tints of Turquoise #4BE0CB
RGB
CMYK
RGB Variations
Color information
#4BE0CB (or 0x4BE0CB) is known color: Turquoise. HEX triplet: 4B, E0 and CB. RGB value is (75,224,203). Sum of RGB (Red+Green+Blue) = 75+224+203=502 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.94% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE0CB is #B41F34. Grayscale: #B0B0B0. Windows color (decimal): -11804469 or 13361227. OLE color: 13361227.
HSL color Cylindrical-coordinate representation of color #4BE0CB: hue angle of 171.54º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE0CB is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 75 | 224 | 203 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.12 |
| HSL | 171.54º | 0.71% | 0.59% | - |
| HSV(B) | 171.54º | 0.67% | 0.88% | - |
| XYZ | 40.34 | 59.12 | 65.79 | - |
| YUV | 177.06 | 142.64 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 224 | 203 | 0.67 | 0 | 0.09 | 0.12 | 171.54 | 0.71 | 0.59 |
| Hex | 4B | E0 | CB | 43 | 0 | 9 | C | AC | 47 | 3B |
| Octal | 113 | 340 | 313 | 103 | 0 | 11 | 14 | 254 | 107 | 73 |
| Binary | 1001011 | 11100000 | 11001011 | 1000011 | 0 | 1001 | 1100 | 10101100 | 1000111 | 111011 |
Color Harmonies of #4BE0CB
Complementary color
Monochromatic Colors of #4BE0CB
Black with #4BE0CB
Text Example
Text Example
White with #4BE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE0CB; }
p { color: rgb(75,224,203); }
H1.HeaderClassName
{
color: #4BE0CB;
}
.AnyTagClassName
{
color: #4BE0CB;
}
</style>
background-color css
<style>
a { background-color: #4BE0CB; }
a { background-color: rgb(75,224,203); }
div.DivClassName
{
background-color: #4BE0CB;
}
.BgClassName
{
background-color: #4BE0CB;
}
</style>
border-color css
<style>
span { border-color: #4BE0CB; }
span { border-color: rgb(75,224,203); }
td.TdClassName
{
border-color: #4BE0CB;
}
.TagClassName
{
border-color: #4BE0CB;
}
</style>