Shades of Turquoise #2FDFBF
Tints of Turquoise #2FDFBF
RGB
CMYK
RGB Variations
Color information
#2FDFBF (or 0x2FDFBF) is known color: Turquoise. HEX triplet: 2F, DF and BF. RGB value is (47,223,191). Sum of RGB (Red+Green+Blue) = 47+223+191=461 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.20% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDFBF is #D02040. Grayscale: #A6A6A6. Windows color (decimal): -13639745 or 12574511. OLE color: 12574511.
HSL color Cylindrical-coordinate representation of color #2FDFBF: hue angle of 169.09º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDFBF is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 191 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.13 |
| HSL | 169.09º | 0.73% | 0.53% | - |
| HSV(B) | 169.09º | 0.79% | 0.87% | - |
| XYZ | 36.96 | 57.14 | 58.37 | - |
| YUV | 166.73 | 141.69 | 42.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 191 | 0.79 | 0 | 0.14 | 0.13 | 169.09 | 0.73 | 0.53 |
| Hex | 2F | DF | BF | 4F | 0 | E | D | A9 | 49 | 35 |
| Octal | 57 | 337 | 277 | 117 | 0 | 16 | 15 | 251 | 111 | 65 |
| Binary | 101111 | 11011111 | 10111111 | 1001111 | 0 | 1110 | 1101 | 10101001 | 1001001 | 110101 |
Color Harmonies of #2FDFBF
Complementary color
Monochromatic Colors of #2FDFBF
Black with #2FDFBF
Text Example
Text Example
White with #2FDFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFBF; }
p { color: rgb(47,223,191); }
H1.HeaderClassName
{
color: #2FDFBF;
}
.AnyTagClassName
{
color: #2FDFBF;
}
</style>
background-color css
<style>
a { background-color: #2FDFBF; }
a { background-color: rgb(47,223,191); }
div.DivClassName
{
background-color: #2FDFBF;
}
.BgClassName
{
background-color: #2FDFBF;
}
</style>
border-color css
<style>
span { border-color: #2FDFBF; }
span { border-color: rgb(47,223,191); }
td.TdClassName
{
border-color: #2FDFBF;
}
.TagClassName
{
border-color: #2FDFBF;
}
</style>