Shades of Turquoise #2FF6BC
Tints of Turquoise #2FF6BC
RGB
CMYK
RGB Variations
Color information
#2FF6BC (or 0x2FF6BC) is known color: Turquoise. HEX triplet: 2F, F6 and BC. RGB value is (47,246,188). Sum of RGB (Red+Green+Blue) = 47+246+188=481 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.77% from 481); Green value is 246 (96.48% from 255 or 51.14% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF6BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF6BC is #D00943. Grayscale: #B3B3B3. Windows color (decimal): -13633860 or 12383791. OLE color: 12383791.
HSL color Cylindrical-coordinate representation of color #2FF6BC: hue angle of 162.51º 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 #2FF6BC is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 246 | 188 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.04 |
| HSL | 162.51º | 0.92% | 0.57% | - |
| HSV(B) | 162.51º | 0.81% | 0.96% | - |
| XYZ | 43.21 | 70.15 | 58.84 | - |
| YUV | 179.89 | 132.57 | 33.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 246 | 188 | 0.81 | 0 | 0.24 | 0.04 | 162.51 | 0.92 | 0.57 |
| Hex | 2F | F6 | BC | 51 | 0 | 18 | 4 | A3 | 5C | 39 |
| Octal | 57 | 366 | 274 | 121 | 0 | 30 | 4 | 243 | 134 | 71 |
| Binary | 101111 | 11110110 | 10111100 | 1010001 | 0 | 11000 | 100 | 10100011 | 1011100 | 111001 |
Color Harmonies of #2FF6BC
Complementary color
Monochromatic Colors of #2FF6BC
Black with #2FF6BC
Text Example
Text Example
White with #2FF6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF6BC; }
p { color: rgb(47,246,188); }
H1.HeaderClassName
{
color: #2FF6BC;
}
.AnyTagClassName
{
color: #2FF6BC;
}
</style>
background-color css
<style>
a { background-color: #2FF6BC; }
a { background-color: rgb(47,246,188); }
div.DivClassName
{
background-color: #2FF6BC;
}
.BgClassName
{
background-color: #2FF6BC;
}
</style>
border-color css
<style>
span { border-color: #2FF6BC; }
span { border-color: rgb(47,246,188); }
td.TdClassName
{
border-color: #2FF6BC;
}
.TagClassName
{
border-color: #2FF6BC;
}
</style>