Shades of Turquoise #4BE5C2
Tints of Turquoise #4BE5C2
RGB
CMYK
RGB Variations
Color information
#4BE5C2 (or 0x4BE5C2) is known color: Turquoise. HEX triplet: 4B, E5 and C2. RGB value is (75,229,194). Sum of RGB (Red+Green+Blue) = 75+229+194=498 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.06% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #4BE5C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE5C2 is #B41A3D. Grayscale: #B2B2B2. Windows color (decimal): -11803198 or 12772683. OLE color: 12772683.
HSL color Cylindrical-coordinate representation of color #4BE5C2: hue angle of 166.36º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE5C2 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 75 | 229 | 194 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.10 |
| HSL | 166.36º | 0.75% | 0.6% | - |
| HSV(B) | 166.36º | 0.67% | 0.9% | - |
| XYZ | 40.66 | 61.43 | 60.75 | - |
| YUV | 178.96 | 136.48 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 229 | 194 | 0.67 | 0 | 0.15 | 0.10 | 166.36 | 0.75 | 0.6 |
| Hex | 4B | E5 | C2 | 43 | 0 | F | A | A6 | 4B | 3C |
| Octal | 113 | 345 | 302 | 103 | 0 | 17 | 12 | 246 | 113 | 74 |
| Binary | 1001011 | 11100101 | 11000010 | 1000011 | 0 | 1111 | 1010 | 10100110 | 1001011 | 111100 |
Color Harmonies of #4BE5C2
Complementary color
Monochromatic Colors of #4BE5C2
Black with #4BE5C2
Text Example
Text Example
White with #4BE5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE5C2; }
p { color: rgb(75,229,194); }
H1.HeaderClassName
{
color: #4BE5C2;
}
.AnyTagClassName
{
color: #4BE5C2;
}
</style>
background-color css
<style>
a { background-color: #4BE5C2; }
a { background-color: rgb(75,229,194); }
div.DivClassName
{
background-color: #4BE5C2;
}
.BgClassName
{
background-color: #4BE5C2;
}
</style>
border-color css
<style>
span { border-color: #4BE5C2; }
span { border-color: rgb(75,229,194); }
td.TdClassName
{
border-color: #4BE5C2;
}
.TagClassName
{
border-color: #4BE5C2;
}
</style>