Shades of Turquoise #4FF0BA
Tints of Turquoise #4FF0BA
RGB
CMYK
RGB Variations
Color information
#4FF0BA (or 0x4FF0BA) is known color: Turquoise. HEX triplet: 4F, F0 and BA. RGB value is (79,240,186). Sum of RGB (Red+Green+Blue) = 79+240+186=505 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.64% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #4FF0BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF0BA is #B00F45. Grayscale: #B9B9B9. Windows color (decimal): -11538246 or 12251215. OLE color: 12251215.
HSL color Cylindrical-coordinate representation of color #4FF0BA: hue angle of 159.88º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF0BA is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 240 | 186 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.06 |
| HSL | 159.88º | 0.84% | 0.63% | - |
| HSV(B) | 159.88º | 0.67% | 0.94% | - |
| XYZ | 43.25 | 67.53 | 57.21 | - |
| YUV | 185.71 | 128.16 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 240 | 186 | 0.67 | 0 | 0.22 | 0.06 | 159.88 | 0.84 | 0.63 |
| Hex | 4F | F0 | BA | 43 | 0 | 16 | 6 | A0 | 54 | 3F |
| Octal | 117 | 360 | 272 | 103 | 0 | 26 | 6 | 240 | 124 | 77 |
| Binary | 1001111 | 11110000 | 10111010 | 1000011 | 0 | 10110 | 110 | 10100000 | 1010100 | 111111 |
Color Harmonies of #4FF0BA
Complementary color
Monochromatic Colors of #4FF0BA
Black with #4FF0BA
Text Example
Text Example
White with #4FF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF0BA; }
p { color: rgb(79,240,186); }
H1.HeaderClassName
{
color: #4FF0BA;
}
.AnyTagClassName
{
color: #4FF0BA;
}
</style>
background-color css
<style>
a { background-color: #4FF0BA; }
a { background-color: rgb(79,240,186); }
div.DivClassName
{
background-color: #4FF0BA;
}
.BgClassName
{
background-color: #4FF0BA;
}
</style>
border-color css
<style>
span { border-color: #4FF0BA; }
span { border-color: rgb(79,240,186); }
td.TdClassName
{
border-color: #4FF0BA;
}
.TagClassName
{
border-color: #4FF0BA;
}
</style>