Shades of Turquoise #2FE9BB
Tints of Turquoise #2FE9BB
RGB
CMYK
RGB Variations
Color information
#2FE9BB (or 0x2FE9BB) is known color: Turquoise. HEX triplet: 2F, E9 and BB. RGB value is (47,233,187). Sum of RGB (Red+Green+Blue) = 47+233+187=467 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.06% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE9BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FE9BB is #D01644. Grayscale: #ACACAC. Windows color (decimal): -13637189 or 12314927. OLE color: 12314927.
HSL color Cylindrical-coordinate representation of color #2FE9BB: hue angle of 165.16º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE9BB is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 187 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.09 |
| HSL | 165.16º | 0.81% | 0.55% | - |
| HSV(B) | 165.16º | 0.8% | 0.91% | - |
| XYZ | 39.28 | 62.47 | 57 | - |
| YUV | 172.14 | 136.38 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 187 | 0.80 | 0 | 0.20 | 0.09 | 165.16 | 0.81 | 0.55 |
| Hex | 2F | E9 | BB | 50 | 0 | 14 | 9 | A5 | 51 | 37 |
| Octal | 57 | 351 | 273 | 120 | 0 | 24 | 11 | 245 | 121 | 67 |
| Binary | 101111 | 11101001 | 10111011 | 1010000 | 0 | 10100 | 1001 | 10100101 | 1010001 | 110111 |
Color Harmonies of #2FE9BB
Complementary color
Monochromatic Colors of #2FE9BB
Black with #2FE9BB
Text Example
Text Example
White with #2FE9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE9BB; }
p { color: rgb(47,233,187); }
H1.HeaderClassName
{
color: #2FE9BB;
}
.AnyTagClassName
{
color: #2FE9BB;
}
</style>
background-color css
<style>
a { background-color: #2FE9BB; }
a { background-color: rgb(47,233,187); }
div.DivClassName
{
background-color: #2FE9BB;
}
.BgClassName
{
background-color: #2FE9BB;
}
</style>
border-color css
<style>
span { border-color: #2FE9BB; }
span { border-color: rgb(47,233,187); }
td.TdClassName
{
border-color: #2FE9BB;
}
.TagClassName
{
border-color: #2FE9BB;
}
</style>