Shades of Turquoise #4BE1CB
Tints of Turquoise #4BE1CB
RGB
CMYK
RGB Variations
Color information
#4BE1CB (or 0x4BE1CB) is known color: Turquoise. HEX triplet: 4B, E1 and CB. RGB value is (75,225,203). Sum of RGB (Red+Green+Blue) = 75+225+203=503 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.91% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #4BE1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE1CB is #B41E34. Grayscale: #B1B1B1. Windows color (decimal): -11804213 or 13361483. OLE color: 13361483.
HSL color Cylindrical-coordinate representation of color #4BE1CB: hue angle of 171.2º 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 #4BE1CB is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 75 | 225 | 203 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.12 |
| HSL | 171.2º | 0.71% | 0.59% | - |
| HSV(B) | 171.2º | 0.67% | 0.88% | - |
| XYZ | 40.61 | 59.66 | 65.87 | - |
| YUV | 177.64 | 142.31 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 225 | 203 | 0.67 | 0 | 0.10 | 0.12 | 171.2 | 0.71 | 0.59 |
| Hex | 4B | E1 | CB | 43 | 0 | A | C | AB | 47 | 3B |
| Octal | 113 | 341 | 313 | 103 | 0 | 12 | 14 | 253 | 107 | 73 |
| Binary | 1001011 | 11100001 | 11001011 | 1000011 | 0 | 1010 | 1100 | 10101011 | 1000111 | 111011 |
Color Harmonies of #4BE1CB
Complementary color
Monochromatic Colors of #4BE1CB
Black with #4BE1CB
Text Example
Text Example
White with #4BE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE1CB; }
p { color: rgb(75,225,203); }
H1.HeaderClassName
{
color: #4BE1CB;
}
.AnyTagClassName
{
color: #4BE1CB;
}
</style>
background-color css
<style>
a { background-color: #4BE1CB; }
a { background-color: rgb(75,225,203); }
div.DivClassName
{
background-color: #4BE1CB;
}
.BgClassName
{
background-color: #4BE1CB;
}
</style>
border-color css
<style>
span { border-color: #4BE1CB; }
span { border-color: rgb(75,225,203); }
td.TdClassName
{
border-color: #4BE1CB;
}
.TagClassName
{
border-color: #4BE1CB;
}
</style>