Shades of Turquoise #4BEEBF
Tints of Turquoise #4BEEBF
RGB
CMYK
RGB Variations
Color information
#4BEEBF (or 0x4BEEBF) is known color: Turquoise. HEX triplet: 4B, EE and BF. RGB value is (75,238,191). Sum of RGB (Red+Green+Blue) = 75+238+191=504 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.88% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #4BEEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEEBF is #B41140. Grayscale: #B7B7B7. Windows color (decimal): -11800897 or 12578379. OLE color: 12578379.
HSL color Cylindrical-coordinate representation of color #4BEEBF: hue angle of 162.7º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BEEBF is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 238 | 191 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.07 |
| HSL | 162.7º | 0.83% | 0.61% | - |
| HSV(B) | 162.7º | 0.68% | 0.93% | - |
| XYZ | 42.88 | 66.41 | 59.85 | - |
| YUV | 183.91 | 132 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 238 | 191 | 0.68 | 0 | 0.20 | 0.07 | 162.7 | 0.83 | 0.61 |
| Hex | 4B | EE | BF | 44 | 0 | 14 | 7 | A3 | 53 | 3D |
| Octal | 113 | 356 | 277 | 104 | 0 | 24 | 7 | 243 | 123 | 75 |
| Binary | 1001011 | 11101110 | 10111111 | 1000100 | 0 | 10100 | 111 | 10100011 | 1010011 | 111101 |
Color Harmonies of #4BEEBF
Complementary color
Monochromatic Colors of #4BEEBF
Black with #4BEEBF
Text Example
Text Example
White with #4BEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEEBF; }
p { color: rgb(75,238,191); }
H1.HeaderClassName
{
color: #4BEEBF;
}
.AnyTagClassName
{
color: #4BEEBF;
}
</style>
background-color css
<style>
a { background-color: #4BEEBF; }
a { background-color: rgb(75,238,191); }
div.DivClassName
{
background-color: #4BEEBF;
}
.BgClassName
{
background-color: #4BEEBF;
}
</style>
border-color css
<style>
span { border-color: #4BEEBF; }
span { border-color: rgb(75,238,191); }
td.TdClassName
{
border-color: #4BEEBF;
}
.TagClassName
{
border-color: #4BEEBF;
}
</style>