Shades of Turquoise #2FD7BA
Tints of Turquoise #2FD7BA
RGB
CMYK
RGB Variations
Color information
#2FD7BA (or 0x2FD7BA) is known color: Turquoise. HEX triplet: 2F, D7 and BA. RGB value is (47,215,186). Sum of RGB (Red+Green+Blue) = 47+215+186=448 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.49% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FD7BA is #D02845. Grayscale: #A1A1A1. Windows color (decimal): -13641798 or 12244783. OLE color: 12244783.
HSL color Cylindrical-coordinate representation of color #2FD7BA: hue angle of 169.64º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD7BA is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 215 | 186 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.16 |
| HSL | 169.64º | 0.68% | 0.51% | - |
| HSV(B) | 169.64º | 0.78% | 0.84% | - |
| XYZ | 34.34 | 52.75 | 54.83 | - |
| YUV | 161.46 | 141.84 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 215 | 186 | 0.78 | 0 | 0.13 | 0.16 | 169.64 | 0.68 | 0.51 |
| Hex | 2F | D7 | BA | 4E | 0 | D | 10 | AA | 44 | 33 |
| Octal | 57 | 327 | 272 | 116 | 0 | 15 | 20 | 252 | 104 | 63 |
| Binary | 101111 | 11010111 | 10111010 | 1001110 | 0 | 1101 | 10000 | 10101010 | 1000100 | 110011 |
Color Harmonies of #2FD7BA
Complementary color
Monochromatic Colors of #2FD7BA
Black with #2FD7BA
Text Example
Text Example
White with #2FD7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD7BA; }
p { color: rgb(47,215,186); }
H1.HeaderClassName
{
color: #2FD7BA;
}
.AnyTagClassName
{
color: #2FD7BA;
}
</style>
background-color css
<style>
a { background-color: #2FD7BA; }
a { background-color: rgb(47,215,186); }
div.DivClassName
{
background-color: #2FD7BA;
}
.BgClassName
{
background-color: #2FD7BA;
}
</style>
border-color css
<style>
span { border-color: #2FD7BA; }
span { border-color: rgb(47,215,186); }
td.TdClassName
{
border-color: #2FD7BA;
}
.TagClassName
{
border-color: #2FD7BA;
}
</style>