Shades of Turquoise #2FF0BA
Tints of Turquoise #2FF0BA
RGB
CMYK
RGB Variations
Color information
#2FF0BA (or 0x2FF0BA) is known color: Turquoise. HEX triplet: 2F, F0 and BA. RGB value is (47,240,186). Sum of RGB (Red+Green+Blue) = 47+240+186=473 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.94% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF0BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF0BA is #D00F45. Grayscale: #B0B0B0. Windows color (decimal): -13635398 or 12251183. OLE color: 12251183.
HSL color Cylindrical-coordinate representation of color #2FF0BA: hue angle of 163.21º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF0BA is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 240 | 186 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.06 |
| HSL | 163.21º | 0.87% | 0.56% | - |
| HSV(B) | 163.21º | 0.8% | 0.94% | - |
| XYZ | 41.2 | 66.47 | 57.11 | - |
| YUV | 176.14 | 133.56 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 240 | 186 | 0.80 | 0 | 0.22 | 0.06 | 163.21 | 0.87 | 0.56 |
| Hex | 2F | F0 | BA | 50 | 0 | 16 | 6 | A3 | 57 | 38 |
| Octal | 57 | 360 | 272 | 120 | 0 | 26 | 6 | 243 | 127 | 70 |
| Binary | 101111 | 11110000 | 10111010 | 1010000 | 0 | 10110 | 110 | 10100011 | 1010111 | 111000 |
Color Harmonies of #2FF0BA
Complementary color
Monochromatic Colors of #2FF0BA
Black with #2FF0BA
Text Example
Text Example
White with #2FF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF0BA; }
p { color: rgb(47,240,186); }
H1.HeaderClassName
{
color: #2FF0BA;
}
.AnyTagClassName
{
color: #2FF0BA;
}
</style>
background-color css
<style>
a { background-color: #2FF0BA; }
a { background-color: rgb(47,240,186); }
div.DivClassName
{
background-color: #2FF0BA;
}
.BgClassName
{
background-color: #2FF0BA;
}
</style>
border-color css
<style>
span { border-color: #2FF0BA; }
span { border-color: rgb(47,240,186); }
td.TdClassName
{
border-color: #2FF0BA;
}
.TagClassName
{
border-color: #2FF0BA;
}
</style>