Shades of Turquoise #4BE0C0
Tints of Turquoise #4BE0C0
RGB
CMYK
RGB Variations
Color information
#4BE0C0 (or 0x4BE0C0) is known color: Turquoise. HEX triplet: 4B, E0 and C0. RGB value is (75,224,192). Sum of RGB (Red+Green+Blue) = 75+224+192=491 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.27% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE0C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE0C0 is #B41F3F. Grayscale: #AFAFAF. Windows color (decimal): -11804480 or 12640331. OLE color: 12640331.
HSL color Cylindrical-coordinate representation of color #4BE0C0: hue angle of 167.11º 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 #4BE0C0 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 75 | 224 | 192 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.12 |
| HSL | 167.11º | 0.71% | 0.59% | - |
| HSV(B) | 167.11º | 0.67% | 0.88% | - |
| XYZ | 39.07 | 58.61 | 59.12 | - |
| YUV | 175.8 | 137.14 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 224 | 192 | 0.67 | 0 | 0.14 | 0.12 | 167.11 | 0.71 | 0.59 |
| Hex | 4B | E0 | C0 | 43 | 0 | E | C | A7 | 47 | 3B |
| Octal | 113 | 340 | 300 | 103 | 0 | 16 | 14 | 247 | 107 | 73 |
| Binary | 1001011 | 11100000 | 11000000 | 1000011 | 0 | 1110 | 1100 | 10100111 | 1000111 | 111011 |
Color Harmonies of #4BE0C0
Complementary color
Monochromatic Colors of #4BE0C0
Black with #4BE0C0
Text Example
Text Example
White with #4BE0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE0C0; }
p { color: rgb(75,224,192); }
H1.HeaderClassName
{
color: #4BE0C0;
}
.AnyTagClassName
{
color: #4BE0C0;
}
</style>
background-color css
<style>
a { background-color: #4BE0C0; }
a { background-color: rgb(75,224,192); }
div.DivClassName
{
background-color: #4BE0C0;
}
.BgClassName
{
background-color: #4BE0C0;
}
</style>
border-color css
<style>
span { border-color: #4BE0C0; }
span { border-color: rgb(75,224,192); }
td.TdClassName
{
border-color: #4BE0C0;
}
.TagClassName
{
border-color: #4BE0C0;
}
</style>