Shades of Turquoise #4BEAB2
Tints of Turquoise #4BEAB2
RGB
CMYK
RGB Variations
Color information
#4BEAB2 (or 0x4BEAB2) is known color: Turquoise. HEX triplet: 4B, EA and B2. RGB value is (75,234,178). Sum of RGB (Red+Green+Blue) = 75+234+178=487 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.40% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #4BEAB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BEAB2 is #B4154D. Grayscale: #B4B4B4. Windows color (decimal): -11801934 or 11725387. OLE color: 11725387.
HSL color Cylindrical-coordinate representation of color #4BEAB2: hue angle of 158.87º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BEAB2 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 234 | 178 | - |
| CMYK | 0.68 | 0 | 0.24 | 0.08 |
| HSL | 158.87º | 0.79% | 0.61% | - |
| HSV(B) | 158.87º | 0.68% | 0.92% | - |
| XYZ | 40.36 | 63.56 | 52.26 | - |
| YUV | 180.08 | 126.82 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 234 | 178 | 0.68 | 0 | 0.24 | 0.08 | 158.87 | 0.79 | 0.61 |
| Hex | 4B | EA | B2 | 44 | 0 | 18 | 8 | 9F | 4F | 3D |
| Octal | 113 | 352 | 262 | 104 | 0 | 30 | 10 | 237 | 117 | 75 |
| Binary | 1001011 | 11101010 | 10110010 | 1000100 | 0 | 11000 | 1000 | 10011111 | 1001111 | 111101 |
Color Harmonies of #4BEAB2
Complementary color
Monochromatic Colors of #4BEAB2
Black with #4BEAB2
Text Example
Text Example
White with #4BEAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEAB2; }
p { color: rgb(75,234,178); }
H1.HeaderClassName
{
color: #4BEAB2;
}
.AnyTagClassName
{
color: #4BEAB2;
}
</style>
background-color css
<style>
a { background-color: #4BEAB2; }
a { background-color: rgb(75,234,178); }
div.DivClassName
{
background-color: #4BEAB2;
}
.BgClassName
{
background-color: #4BEAB2;
}
</style>
border-color css
<style>
span { border-color: #4BEAB2; }
span { border-color: rgb(75,234,178); }
td.TdClassName
{
border-color: #4BEAB2;
}
.TagClassName
{
border-color: #4BEAB2;
}
</style>