Shades of Turquoise #4BE0B7
Tints of Turquoise #4BE0B7
RGB
CMYK
RGB Variations
Color information
#4BE0B7 (or 0x4BE0B7) is known color: Turquoise. HEX triplet: 4B, E0 and B7. RGB value is (75,224,183). Sum of RGB (Red+Green+Blue) = 75+224+183=482 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.56% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE0B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE0B7 is #B41F48. Grayscale: #AEAEAE. Windows color (decimal): -11804489 or 12050507. OLE color: 12050507.
HSL color Cylindrical-coordinate representation of color #4BE0B7: hue angle of 163.49º 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 #4BE0B7 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 75 | 224 | 183 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.12 |
| HSL | 163.49º | 0.71% | 0.59% | - |
| HSV(B) | 163.49º | 0.67% | 0.88% | - |
| XYZ | 38.1 | 58.23 | 54.03 | - |
| YUV | 174.78 | 132.64 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 224 | 183 | 0.67 | 0 | 0.18 | 0.12 | 163.49 | 0.71 | 0.59 |
| Hex | 4B | E0 | B7 | 43 | 0 | 12 | C | A3 | 47 | 3B |
| Octal | 113 | 340 | 267 | 103 | 0 | 22 | 14 | 243 | 107 | 73 |
| Binary | 1001011 | 11100000 | 10110111 | 1000011 | 0 | 10010 | 1100 | 10100011 | 1000111 | 111011 |
Color Harmonies of #4BE0B7
Complementary color
Monochromatic Colors of #4BE0B7
Black with #4BE0B7
Text Example
Text Example
White with #4BE0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE0B7; }
p { color: rgb(75,224,183); }
H1.HeaderClassName
{
color: #4BE0B7;
}
.AnyTagClassName
{
color: #4BE0B7;
}
</style>
background-color css
<style>
a { background-color: #4BE0B7; }
a { background-color: rgb(75,224,183); }
div.DivClassName
{
background-color: #4BE0B7;
}
.BgClassName
{
background-color: #4BE0B7;
}
</style>
border-color css
<style>
span { border-color: #4BE0B7; }
span { border-color: rgb(75,224,183); }
td.TdClassName
{
border-color: #4BE0B7;
}
.TagClassName
{
border-color: #4BE0B7;
}
</style>