Shades of Turquoise #2FE8BA
Tints of Turquoise #2FE8BA
RGB
CMYK
RGB Variations
Color information
#2FE8BA (or 0x2FE8BA) is known color: Turquoise. HEX triplet: 2F, E8 and BA. RGB value is (47,232,186). Sum of RGB (Red+Green+Blue) = 47+232+186=465 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.11% from 465); Green value is 232 (91.02% from 255 or 49.89% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE8BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FE8BA is #D01745. Grayscale: #ABABAB. Windows color (decimal): -13637446 or 12249135. OLE color: 12249135.
HSL color Cylindrical-coordinate representation of color #2FE8BA: hue angle of 165.08º degrees, saturation: 0.8, 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 #2FE8BA is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 232 | 186 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.09 |
| HSL | 165.08º | 0.8% | 0.55% | - |
| HSV(B) | 165.08º | 0.8% | 0.91% | - |
| XYZ | 38.89 | 61.86 | 56.35 | - |
| YUV | 171.44 | 136.21 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 232 | 186 | 0.80 | 0 | 0.20 | 0.09 | 165.08 | 0.8 | 0.55 |
| Hex | 2F | E8 | BA | 50 | 0 | 14 | 9 | A5 | 50 | 37 |
| Octal | 57 | 350 | 272 | 120 | 0 | 24 | 11 | 245 | 120 | 67 |
| Binary | 101111 | 11101000 | 10111010 | 1010000 | 0 | 10100 | 1001 | 10100101 | 1010000 | 110111 |
Color Harmonies of #2FE8BA
Complementary color
Monochromatic Colors of #2FE8BA
Black with #2FE8BA
Text Example
Text Example
White with #2FE8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE8BA; }
p { color: rgb(47,232,186); }
H1.HeaderClassName
{
color: #2FE8BA;
}
.AnyTagClassName
{
color: #2FE8BA;
}
</style>
background-color css
<style>
a { background-color: #2FE8BA; }
a { background-color: rgb(47,232,186); }
div.DivClassName
{
background-color: #2FE8BA;
}
.BgClassName
{
background-color: #2FE8BA;
}
</style>
border-color css
<style>
span { border-color: #2FE8BA; }
span { border-color: rgb(47,232,186); }
td.TdClassName
{
border-color: #2FE8BA;
}
.TagClassName
{
border-color: #2FE8BA;
}
</style>