Shades of Turquoise #4BF6EC
Tints of Turquoise #4BF6EC
RGB
CMYK
RGB Variations
Color information
#4BF6EC (or 0x4BF6EC) is known color: Turquoise. HEX triplet: 4B, F6 and EC. RGB value is (75,246,236). Sum of RGB (Red+Green+Blue) = 75+246+236=557 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.46% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #4BF6EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BF6EC is #B40913. Grayscale: #C1C1C1. Windows color (decimal): -11798804 or 15529547. OLE color: 15529547.
HSL color Cylindrical-coordinate representation of color #4BF6EC: hue angle of 176.49º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF6EC is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 246 | 236 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.04 |
| HSL | 176.49º | 0.9% | 0.63% | - |
| HSV(B) | 176.49º | 0.7% | 0.96% | - |
| XYZ | 51 | 73.46 | 90.85 | - |
| YUV | 193.73 | 151.85 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 246 | 236 | 0.70 | 0 | 0.04 | 0.04 | 176.49 | 0.9 | 0.63 |
| Hex | 4B | F6 | EC | 46 | 0 | 4 | 4 | B0 | 5A | 3F |
| Octal | 113 | 366 | 354 | 106 | 0 | 4 | 4 | 260 | 132 | 77 |
| Binary | 1001011 | 11110110 | 11101100 | 1000110 | 0 | 100 | 100 | 10110000 | 1011010 | 111111 |
Color Harmonies of #4BF6EC
Complementary color
Monochromatic Colors of #4BF6EC
Black with #4BF6EC
Text Example
Text Example
White with #4BF6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF6EC; }
p { color: rgb(75,246,236); }
H1.HeaderClassName
{
color: #4BF6EC;
}
.AnyTagClassName
{
color: #4BF6EC;
}
</style>
background-color css
<style>
a { background-color: #4BF6EC; }
a { background-color: rgb(75,246,236); }
div.DivClassName
{
background-color: #4BF6EC;
}
.BgClassName
{
background-color: #4BF6EC;
}
</style>
border-color css
<style>
span { border-color: #4BF6EC; }
span { border-color: rgb(75,246,236); }
td.TdClassName
{
border-color: #4BF6EC;
}
.TagClassName
{
border-color: #4BF6EC;
}
</style>