Shades of Turquoise #2FF6BA
Tints of Turquoise #2FF6BA
RGB
CMYK
RGB Variations
Color information
#2FF6BA (or 0x2FF6BA) is known color: Turquoise. HEX triplet: 2F, F6 and BA. RGB value is (47,246,186). Sum of RGB (Red+Green+Blue) = 47+246+186=479 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.81% from 479); Green value is 246 (96.48% from 255 or 51.36% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF6BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF6BA is #D00945. Grayscale: #B3B3B3. Windows color (decimal): -13633862 or 12252719. OLE color: 12252719.
HSL color Cylindrical-coordinate representation of color #2FF6BA: hue angle of 161.91º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF6BA is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 246 | 186 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.04 |
| HSL | 161.91º | 0.92% | 0.57% | - |
| HSV(B) | 161.91º | 0.81% | 0.96% | - |
| XYZ | 42.99 | 70.06 | 57.71 | - |
| YUV | 179.66 | 131.57 | 33.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 246 | 186 | 0.81 | 0 | 0.24 | 0.04 | 161.91 | 0.92 | 0.57 |
| Hex | 2F | F6 | BA | 51 | 0 | 18 | 4 | A2 | 5C | 39 |
| Octal | 57 | 366 | 272 | 121 | 0 | 30 | 4 | 242 | 134 | 71 |
| Binary | 101111 | 11110110 | 10111010 | 1010001 | 0 | 11000 | 100 | 10100010 | 1011100 | 111001 |
Color Harmonies of #2FF6BA
Complementary color
Monochromatic Colors of #2FF6BA
Black with #2FF6BA
Text Example
Text Example
White with #2FF6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF6BA; }
p { color: rgb(47,246,186); }
H1.HeaderClassName
{
color: #2FF6BA;
}
.AnyTagClassName
{
color: #2FF6BA;
}
</style>
background-color css
<style>
a { background-color: #2FF6BA; }
a { background-color: rgb(47,246,186); }
div.DivClassName
{
background-color: #2FF6BA;
}
.BgClassName
{
background-color: #2FF6BA;
}
</style>
border-color css
<style>
span { border-color: #2FF6BA; }
span { border-color: rgb(47,246,186); }
td.TdClassName
{
border-color: #2FF6BA;
}
.TagClassName
{
border-color: #2FF6BA;
}
</style>