Shades of Turquoise #4BEFBC
Tints of Turquoise #4BEFBC
RGB
CMYK
RGB Variations
Color information
#4BEFBC (or 0x4BEFBC) is known color: Turquoise. HEX triplet: 4B, EF and BC. RGB value is (75,239,188). Sum of RGB (Red+Green+Blue) = 75+239+188=502 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.94% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #4BEFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEFBC is #B41043. Grayscale: #B8B8B8. Windows color (decimal): -11800644 or 12382027. OLE color: 12382027.
HSL color Cylindrical-coordinate representation of color #4BEFBC: hue angle of 161.34º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BEFBC is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 239 | 188 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.06 |
| HSL | 161.34º | 0.84% | 0.62% | - |
| HSV(B) | 161.34º | 0.69% | 0.94% | - |
| XYZ | 42.85 | 66.86 | 58.22 | - |
| YUV | 184.15 | 130.17 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 239 | 188 | 0.69 | 0 | 0.21 | 0.06 | 161.34 | 0.84 | 0.62 |
| Hex | 4B | EF | BC | 45 | 0 | 15 | 6 | A1 | 54 | 3E |
| Octal | 113 | 357 | 274 | 105 | 0 | 25 | 6 | 241 | 124 | 76 |
| Binary | 1001011 | 11101111 | 10111100 | 1000101 | 0 | 10101 | 110 | 10100001 | 1010100 | 111110 |
Color Harmonies of #4BEFBC
Complementary color
Monochromatic Colors of #4BEFBC
Black with #4BEFBC
Text Example
Text Example
White with #4BEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEFBC; }
p { color: rgb(75,239,188); }
H1.HeaderClassName
{
color: #4BEFBC;
}
.AnyTagClassName
{
color: #4BEFBC;
}
</style>
background-color css
<style>
a { background-color: #4BEFBC; }
a { background-color: rgb(75,239,188); }
div.DivClassName
{
background-color: #4BEFBC;
}
.BgClassName
{
background-color: #4BEFBC;
}
</style>
border-color css
<style>
span { border-color: #4BEFBC; }
span { border-color: rgb(75,239,188); }
td.TdClassName
{
border-color: #4BEFBC;
}
.TagClassName
{
border-color: #4BEFBC;
}
</style>