Shades of Turquoise #2FF7B1
Tints of Turquoise #2FF7B1
RGB
CMYK
RGB Variations
Color information
#2FF7B1 (or 0x2FF7B1) is known color: Turquoise. HEX triplet: 2F, F7 and B1. RGB value is (47,247,177). Sum of RGB (Red+Green+Blue) = 47+247+177=471 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.98% from 471); Green value is 247 (96.88% from 255 or 52.44% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF7B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF7B1 is #D0084E. Grayscale: #B3B3B3. Windows color (decimal): -13633615 or 11663151. OLE color: 11663151.
HSL color Cylindrical-coordinate representation of color #2FF7B1: hue angle of 159º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF7B1 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 247 | 177 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.03 |
| HSL | 159º | 0.93% | 0.58% | - |
| HSV(B) | 159º | 0.81% | 0.97% | - |
| XYZ | 42.37 | 70.3 | 52.93 | - |
| YUV | 179.22 | 126.74 | 33.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 247 | 177 | 0.81 | 0 | 0.28 | 0.03 | 159 | 0.93 | 0.58 |
| Hex | 2F | F7 | B1 | 51 | 0 | 1C | 3 | 9F | 5D | 3A |
| Octal | 57 | 367 | 261 | 121 | 0 | 34 | 3 | 237 | 135 | 72 |
| Binary | 101111 | 11110111 | 10110001 | 1010001 | 0 | 11100 | 11 | 10011111 | 1011101 | 111010 |
Color Harmonies of #2FF7B1
Complementary color
Monochromatic Colors of #2FF7B1
Black with #2FF7B1
Text Example
Text Example
White with #2FF7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF7B1; }
p { color: rgb(47,247,177); }
H1.HeaderClassName
{
color: #2FF7B1;
}
.AnyTagClassName
{
color: #2FF7B1;
}
</style>
background-color css
<style>
a { background-color: #2FF7B1; }
a { background-color: rgb(47,247,177); }
div.DivClassName
{
background-color: #2FF7B1;
}
.BgClassName
{
background-color: #2FF7B1;
}
</style>
border-color css
<style>
span { border-color: #2FF7B1; }
span { border-color: rgb(47,247,177); }
td.TdClassName
{
border-color: #2FF7B1;
}
.TagClassName
{
border-color: #2FF7B1;
}
</style>