Shades of Turquoise #4BFABC
Tints of Turquoise #4BFABC
RGB
CMYK
RGB Variations
Color information
#4BFABC (or 0x4BFABC) is known color: Turquoise. HEX triplet: 4B, FA and BC. RGB value is (75,250,188). Sum of RGB (Red+Green+Blue) = 75+250+188=513 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.62% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFABC is #B40543. Grayscale: #BEBEBE. Windows color (decimal): -11797828 or 12384843. OLE color: 12384843.
HSL color Cylindrical-coordinate representation of color #4BFABC: hue angle of 158.74º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFABC is Cyan = 0.7, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 250 | 188 | - |
| CMYK | 0.7 | 0 | 0.25 | 0.02 |
| HSL | 158.74º | 0.95% | 0.64% | - |
| HSV(B) | 158.74º | 0.7% | 0.98% | - |
| XYZ | 46.16 | 73.5 | 59.33 | - |
| YUV | 190.61 | 126.52 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 250 | 188 | 0.7 | 0 | 0.25 | 0.02 | 158.74 | 0.95 | 0.64 |
| Hex | 4B | FA | BC | 46 | 0 | 19 | 2 | 9F | 5F | 40 |
| Octal | 113 | 372 | 274 | 106 | 0 | 31 | 2 | 237 | 137 | 100 |
| Binary | 1001011 | 11111010 | 10111100 | 1000110 | 0 | 11001 | 10 | 10011111 | 1011111 | 1000000 |
Color Harmonies of #4BFABC
Complementary color
Monochromatic Colors of #4BFABC
Black with #4BFABC
Text Example
Text Example
White with #4BFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFABC; }
p { color: rgb(75,250,188); }
H1.HeaderClassName
{
color: #4BFABC;
}
.AnyTagClassName
{
color: #4BFABC;
}
</style>
background-color css
<style>
a { background-color: #4BFABC; }
a { background-color: rgb(75,250,188); }
div.DivClassName
{
background-color: #4BFABC;
}
.BgClassName
{
background-color: #4BFABC;
}
</style>
border-color css
<style>
span { border-color: #4BFABC; }
span { border-color: rgb(75,250,188); }
td.TdClassName
{
border-color: #4BFABC;
}
.TagClassName
{
border-color: #4BFABC;
}
</style>