Shades of Turquoise #4BF9BA
Tints of Turquoise #4BF9BA
RGB
CMYK
RGB Variations
Color information
#4BF9BA (or 0x4BF9BA) is known color: Turquoise. HEX triplet: 4B, F9 and BA. RGB value is (75,249,186). Sum of RGB (Red+Green+Blue) = 75+249+186=510 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.71% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #4BF9BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF9BA is #B40645. Grayscale: #BDBDBD. Windows color (decimal): -11798086 or 12253515. OLE color: 12253515.
HSL color Cylindrical-coordinate representation of color #4BF9BA: hue angle of 158.28º degrees, saturation: 0.94, 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 #4BF9BA is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 249 | 186 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.02 |
| HSL | 158.28º | 0.94% | 0.64% | - |
| HSV(B) | 158.28º | 0.7% | 0.98% | - |
| XYZ | 45.64 | 72.79 | 58.1 | - |
| YUV | 189.79 | 125.85 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 249 | 186 | 0.70 | 0 | 0.25 | 0.02 | 158.28 | 0.94 | 0.64 |
| Hex | 4B | F9 | BA | 46 | 0 | 19 | 2 | 9E | 5E | 40 |
| Octal | 113 | 371 | 272 | 106 | 0 | 31 | 2 | 236 | 136 | 100 |
| Binary | 1001011 | 11111001 | 10111010 | 1000110 | 0 | 11001 | 10 | 10011110 | 1011110 | 1000000 |
Color Harmonies of #4BF9BA
Complementary color
Monochromatic Colors of #4BF9BA
Black with #4BF9BA
Text Example
Text Example
White with #4BF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF9BA; }
p { color: rgb(75,249,186); }
H1.HeaderClassName
{
color: #4BF9BA;
}
.AnyTagClassName
{
color: #4BF9BA;
}
</style>
background-color css
<style>
a { background-color: #4BF9BA; }
a { background-color: rgb(75,249,186); }
div.DivClassName
{
background-color: #4BF9BA;
}
.BgClassName
{
background-color: #4BF9BA;
}
</style>
border-color css
<style>
span { border-color: #4BF9BA; }
span { border-color: rgb(75,249,186); }
td.TdClassName
{
border-color: #4BF9BA;
}
.TagClassName
{
border-color: #4BF9BA;
}
</style>