Shades of Turquoise #4BF8B1
Tints of Turquoise #4BF8B1
RGB
CMYK
RGB Variations
Color information
#4BF8B1 (or 0x4BF8B1) is known color: Turquoise. HEX triplet: 4B, F8 and B1. RGB value is (75,248,177). Sum of RGB (Red+Green+Blue) = 75+248+177=500 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #4BF8B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF8B1 is #B4074E. Grayscale: #BCBCBC. Windows color (decimal): -11798351 or 11663435. OLE color: 11663435.
HSL color Cylindrical-coordinate representation of color #4BF8B1: hue angle of 155.38º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF8B1 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 75 | 248 | 177 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.03 |
| HSL | 155.38º | 0.93% | 0.63% | - |
| HSV(B) | 155.38º | 0.7% | 0.97% | - |
| XYZ | 44.4 | 71.8 | 53.11 | - |
| YUV | 188.18 | 121.69 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 248 | 177 | 0.70 | 0 | 0.29 | 0.03 | 155.38 | 0.93 | 0.63 |
| Hex | 4B | F8 | B1 | 46 | 0 | 1D | 3 | 9B | 5D | 3F |
| Octal | 113 | 370 | 261 | 106 | 0 | 35 | 3 | 233 | 135 | 77 |
| Binary | 1001011 | 11111000 | 10110001 | 1000110 | 0 | 11101 | 11 | 10011011 | 1011101 | 111111 |
Color Harmonies of #4BF8B1
Complementary color
Monochromatic Colors of #4BF8B1
Black with #4BF8B1
Text Example
Text Example
White with #4BF8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF8B1; }
p { color: rgb(75,248,177); }
H1.HeaderClassName
{
color: #4BF8B1;
}
.AnyTagClassName
{
color: #4BF8B1;
}
</style>
background-color css
<style>
a { background-color: #4BF8B1; }
a { background-color: rgb(75,248,177); }
div.DivClassName
{
background-color: #4BF8B1;
}
.BgClassName
{
background-color: #4BF8B1;
}
</style>
border-color css
<style>
span { border-color: #4BF8B1; }
span { border-color: rgb(75,248,177); }
td.TdClassName
{
border-color: #4BF8B1;
}
.TagClassName
{
border-color: #4BF8B1;
}
</style>