Shades of Turquoise #2EF1BF
Tints of Turquoise #2EF1BF
RGB
CMYK
RGB Variations
Color information
#2EF1BF (or 0x2EF1BF) is known color: Turquoise. HEX triplet: 2E, F1 and BF. RGB value is (46,241,191). Sum of RGB (Red+Green+Blue) = 46+241+191=478 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.62% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF1BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF1BF is #D10E40. Grayscale: #B1B1B1. Windows color (decimal): -13700673 or 12579118. OLE color: 12579118.
HSL color Cylindrical-coordinate representation of color #2EF1BF: hue angle of 164.62º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF1BF is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 241 | 191 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.05 |
| HSL | 164.62º | 0.87% | 0.56% | - |
| HSV(B) | 164.62º | 0.81% | 0.95% | - |
| XYZ | 41.99 | 67.25 | 60.06 | - |
| YUV | 177 | 135.9 | 34.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 241 | 191 | 0.81 | 0 | 0.21 | 0.05 | 164.62 | 0.87 | 0.56 |
| Hex | 2E | F1 | BF | 51 | 0 | 15 | 5 | A5 | 57 | 38 |
| Octal | 56 | 361 | 277 | 121 | 0 | 25 | 5 | 245 | 127 | 70 |
| Binary | 101110 | 11110001 | 10111111 | 1010001 | 0 | 10101 | 101 | 10100101 | 1010111 | 111000 |
Color Harmonies of #2EF1BF
Complementary color
Monochromatic Colors of #2EF1BF
Black with #2EF1BF
Text Example
Text Example
White with #2EF1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF1BF; }
p { color: rgb(46,241,191); }
H1.HeaderClassName
{
color: #2EF1BF;
}
.AnyTagClassName
{
color: #2EF1BF;
}
</style>
background-color css
<style>
a { background-color: #2EF1BF; }
a { background-color: rgb(46,241,191); }
div.DivClassName
{
background-color: #2EF1BF;
}
.BgClassName
{
background-color: #2EF1BF;
}
</style>
border-color css
<style>
span { border-color: #2EF1BF; }
span { border-color: rgb(46,241,191); }
td.TdClassName
{
border-color: #2EF1BF;
}
.TagClassName
{
border-color: #2EF1BF;
}
</style>