Shades of Turquoise #2FD1BE
Tints of Turquoise #2FD1BE
RGB
CMYK
RGB Variations
Color information
#2FD1BE (or 0x2FD1BE) is known color: Turquoise. HEX triplet: 2F, D1 and BE. RGB value is (47,209,190). Sum of RGB (Red+Green+Blue) = 47+209+190=446 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.54% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #2FD1BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FD1BE is #D02E41. Grayscale: #9E9E9E. Windows color (decimal): -13643330 or 12505391. OLE color: 12505391.
HSL color Cylindrical-coordinate representation of color #2FD1BE: hue angle of 172.96º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD1BE is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 209 | 190 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.18 |
| HSL | 172.96º | 0.64% | 0.5% | - |
| HSV(B) | 172.96º | 0.78% | 0.82% | - |
| XYZ | 33.27 | 49.92 | 56.6 | - |
| YUV | 158.4 | 145.83 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 209 | 190 | 0.78 | 0 | 0.09 | 0.18 | 172.96 | 0.64 | 0.5 |
| Hex | 2F | D1 | BE | 4E | 0 | 9 | 12 | AD | 40 | 32 |
| Octal | 57 | 321 | 276 | 116 | 0 | 11 | 22 | 255 | 100 | 62 |
| Binary | 101111 | 11010001 | 10111110 | 1001110 | 0 | 1001 | 10010 | 10101101 | 1000000 | 110010 |
Color Harmonies of #2FD1BE
Complementary color
Monochromatic Colors of #2FD1BE
Black with #2FD1BE
Text Example
Text Example
White with #2FD1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD1BE; }
p { color: rgb(47,209,190); }
H1.HeaderClassName
{
color: #2FD1BE;
}
.AnyTagClassName
{
color: #2FD1BE;
}
</style>
background-color css
<style>
a { background-color: #2FD1BE; }
a { background-color: rgb(47,209,190); }
div.DivClassName
{
background-color: #2FD1BE;
}
.BgClassName
{
background-color: #2FD1BE;
}
</style>
border-color css
<style>
span { border-color: #2FD1BE; }
span { border-color: rgb(47,209,190); }
td.TdClassName
{
border-color: #2FD1BE;
}
.TagClassName
{
border-color: #2FD1BE;
}
</style>