Shades of Turquoise #2FE0BF
Tints of Turquoise #2FE0BF
RGB
CMYK
RGB Variations
Color information
#2FE0BF (or 0x2FE0BF) is known color: Turquoise. HEX triplet: 2F, E0 and BF. RGB value is (47,224,191). Sum of RGB (Red+Green+Blue) = 47+224+191=462 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.17% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE0BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FE0BF is #D01F40. Grayscale: #A7A7A7. Windows color (decimal): -13639489 or 12574767. OLE color: 12574767.
HSL color Cylindrical-coordinate representation of color #2FE0BF: hue angle of 168.81º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE0BF is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 191 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.12 |
| HSL | 168.81º | 0.74% | 0.53% | - |
| HSV(B) | 168.81º | 0.79% | 0.88% | - |
| XYZ | 37.23 | 57.68 | 58.46 | - |
| YUV | 167.32 | 141.36 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 191 | 0.79 | 0 | 0.15 | 0.12 | 168.81 | 0.74 | 0.53 |
| Hex | 2F | E0 | BF | 4F | 0 | F | C | A9 | 4A | 35 |
| Octal | 57 | 340 | 277 | 117 | 0 | 17 | 14 | 251 | 112 | 65 |
| Binary | 101111 | 11100000 | 10111111 | 1001111 | 0 | 1111 | 1100 | 10101001 | 1001010 | 110101 |
Color Harmonies of #2FE0BF
Complementary color
Monochromatic Colors of #2FE0BF
Black with #2FE0BF
Text Example
Text Example
White with #2FE0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE0BF; }
p { color: rgb(47,224,191); }
H1.HeaderClassName
{
color: #2FE0BF;
}
.AnyTagClassName
{
color: #2FE0BF;
}
</style>
background-color css
<style>
a { background-color: #2FE0BF; }
a { background-color: rgb(47,224,191); }
div.DivClassName
{
background-color: #2FE0BF;
}
.BgClassName
{
background-color: #2FE0BF;
}
</style>
border-color css
<style>
span { border-color: #2FE0BF; }
span { border-color: rgb(47,224,191); }
td.TdClassName
{
border-color: #2FE0BF;
}
.TagClassName
{
border-color: #2FE0BF;
}
</style>