Shades of Turquoise #4BE0BD
Tints of Turquoise #4BE0BD
RGB
CMYK
RGB Variations
Color information
#4BE0BD (or 0x4BE0BD) is known color: Turquoise. HEX triplet: 4B, E0 and BD. RGB value is (75,224,189). Sum of RGB (Red+Green+Blue) = 75+224+189=488 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.37% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE0BD is #B41F42. Grayscale: #AFAFAF. Windows color (decimal): -11804483 or 12443723. OLE color: 12443723.
HSL color Cylindrical-coordinate representation of color #4BE0BD: hue angle of 165.91º 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 #4BE0BD is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 75 | 224 | 189 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.12 |
| HSL | 165.91º | 0.71% | 0.59% | - |
| HSV(B) | 165.91º | 0.67% | 0.88% | - |
| XYZ | 38.74 | 58.48 | 57.39 | - |
| YUV | 175.46 | 135.64 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 224 | 189 | 0.67 | 0 | 0.16 | 0.12 | 165.91 | 0.71 | 0.59 |
| Hex | 4B | E0 | BD | 43 | 0 | 10 | C | A6 | 47 | 3B |
| Octal | 113 | 340 | 275 | 103 | 0 | 20 | 14 | 246 | 107 | 73 |
| Binary | 1001011 | 11100000 | 10111101 | 1000011 | 0 | 10000 | 1100 | 10100110 | 1000111 | 111011 |
Color Harmonies of #4BE0BD
Complementary color
Monochromatic Colors of #4BE0BD
Black with #4BE0BD
Text Example
Text Example
White with #4BE0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE0BD; }
p { color: rgb(75,224,189); }
H1.HeaderClassName
{
color: #4BE0BD;
}
.AnyTagClassName
{
color: #4BE0BD;
}
</style>
background-color css
<style>
a { background-color: #4BE0BD; }
a { background-color: rgb(75,224,189); }
div.DivClassName
{
background-color: #4BE0BD;
}
.BgClassName
{
background-color: #4BE0BD;
}
</style>
border-color css
<style>
span { border-color: #4BE0BD; }
span { border-color: rgb(75,224,189); }
td.TdClassName
{
border-color: #4BE0BD;
}
.TagClassName
{
border-color: #4BE0BD;
}
</style>