Shades of Turquoise #2FEABF
Tints of Turquoise #2FEABF
RGB
CMYK
RGB Variations
Color information
#2FEABF (or 0x2FEABF) is known color: Turquoise. HEX triplet: 2F, EA and BF. RGB value is (47,234,191). Sum of RGB (Red+Green+Blue) = 47+234+191=472 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.96% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEABF is #D01540. Grayscale: #ADADAD. Windows color (decimal): -13636929 or 12577327. OLE color: 12577327.
HSL color Cylindrical-coordinate representation of color #2FEABF: hue angle of 166.2º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEABF is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 191 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.08 |
| HSL | 166.2º | 0.82% | 0.55% | - |
| HSV(B) | 166.2º | 0.8% | 0.92% | - |
| XYZ | 40 | 63.21 | 59.38 | - |
| YUV | 173.19 | 138.05 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 191 | 0.80 | 0 | 0.18 | 0.08 | 166.2 | 0.82 | 0.55 |
| Hex | 2F | EA | BF | 50 | 0 | 12 | 8 | A6 | 52 | 37 |
| Octal | 57 | 352 | 277 | 120 | 0 | 22 | 10 | 246 | 122 | 67 |
| Binary | 101111 | 11101010 | 10111111 | 1010000 | 0 | 10010 | 1000 | 10100110 | 1010010 | 110111 |
Color Harmonies of #2FEABF
Complementary color
Monochromatic Colors of #2FEABF
Black with #2FEABF
Text Example
Text Example
White with #2FEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEABF; }
p { color: rgb(47,234,191); }
H1.HeaderClassName
{
color: #2FEABF;
}
.AnyTagClassName
{
color: #2FEABF;
}
</style>
background-color css
<style>
a { background-color: #2FEABF; }
a { background-color: rgb(47,234,191); }
div.DivClassName
{
background-color: #2FEABF;
}
.BgClassName
{
background-color: #2FEABF;
}
</style>
border-color css
<style>
span { border-color: #2FEABF; }
span { border-color: rgb(47,234,191); }
td.TdClassName
{
border-color: #2FEABF;
}
.TagClassName
{
border-color: #2FEABF;
}
</style>