Shades of Turquoise #4BE1C2
Tints of Turquoise #4BE1C2
RGB
CMYK
RGB Variations
Color information
#4BE1C2 (or 0x4BE1C2) is known color: Turquoise. HEX triplet: 4B, E1 and C2. RGB value is (75,225,194). Sum of RGB (Red+Green+Blue) = 75+225+194=494 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.18% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #4BE1C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE1C2 is #B41E3D. Grayscale: #B0B0B0. Windows color (decimal): -11804222 or 12771659. OLE color: 12771659.
HSL color Cylindrical-coordinate representation of color #4BE1C2: hue angle of 167.6º 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 #4BE1C2 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 75 | 225 | 194 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.12 |
| HSL | 167.6º | 0.71% | 0.59% | - |
| HSV(B) | 167.6º | 0.67% | 0.88% | - |
| XYZ | 39.56 | 59.24 | 60.39 | - |
| YUV | 176.62 | 137.81 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 225 | 194 | 0.67 | 0 | 0.14 | 0.12 | 167.6 | 0.71 | 0.59 |
| Hex | 4B | E1 | C2 | 43 | 0 | E | C | A8 | 47 | 3B |
| Octal | 113 | 341 | 302 | 103 | 0 | 16 | 14 | 250 | 107 | 73 |
| Binary | 1001011 | 11100001 | 11000010 | 1000011 | 0 | 1110 | 1100 | 10101000 | 1000111 | 111011 |
Color Harmonies of #4BE1C2
Complementary color
Monochromatic Colors of #4BE1C2
Black with #4BE1C2
Text Example
Text Example
White with #4BE1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE1C2; }
p { color: rgb(75,225,194); }
H1.HeaderClassName
{
color: #4BE1C2;
}
.AnyTagClassName
{
color: #4BE1C2;
}
</style>
background-color css
<style>
a { background-color: #4BE1C2; }
a { background-color: rgb(75,225,194); }
div.DivClassName
{
background-color: #4BE1C2;
}
.BgClassName
{
background-color: #4BE1C2;
}
</style>
border-color css
<style>
span { border-color: #4BE1C2; }
span { border-color: rgb(75,225,194); }
td.TdClassName
{
border-color: #4BE1C2;
}
.TagClassName
{
border-color: #4BE1C2;
}
</style>