Shades of Turquoise #2FFABF
Tints of Turquoise #2FFABF
RGB
CMYK
RGB Variations
Color information
#2FFABF (or 0x2FFABF) is known color: Turquoise. HEX triplet: 2F, FA and BF. RGB value is (47,250,191). Sum of RGB (Red+Green+Blue) = 47+250+191=488 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.63% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFABF is #D00540. Grayscale: #B6B6B6. Windows color (decimal): -13632833 or 12581423. OLE color: 12581423.
HSL color Cylindrical-coordinate representation of color #2FFABF: hue angle of 162.56º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFABF is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 191 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.02 |
| HSL | 162.56º | 0.95% | 0.58% | - |
| HSV(B) | 162.56º | 0.81% | 0.98% | - |
| XYZ | 44.76 | 72.74 | 60.97 | - |
| YUV | 182.58 | 132.75 | 31.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 191 | 0.81 | 0 | 0.24 | 0.02 | 162.56 | 0.95 | 0.58 |
| Hex | 2F | FA | BF | 51 | 0 | 18 | 2 | A3 | 5F | 3A |
| Octal | 57 | 372 | 277 | 121 | 0 | 30 | 2 | 243 | 137 | 72 |
| Binary | 101111 | 11111010 | 10111111 | 1010001 | 0 | 11000 | 10 | 10100011 | 1011111 | 111010 |
Color Harmonies of #2FFABF
Complementary color
Monochromatic Colors of #2FFABF
Black with #2FFABF
Text Example
Text Example
White with #2FFABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFABF; }
p { color: rgb(47,250,191); }
H1.HeaderClassName
{
color: #2FFABF;
}
.AnyTagClassName
{
color: #2FFABF;
}
</style>
background-color css
<style>
a { background-color: #2FFABF; }
a { background-color: rgb(47,250,191); }
div.DivClassName
{
background-color: #2FFABF;
}
.BgClassName
{
background-color: #2FFABF;
}
</style>
border-color css
<style>
span { border-color: #2FFABF; }
span { border-color: rgb(47,250,191); }
td.TdClassName
{
border-color: #2FFABF;
}
.TagClassName
{
border-color: #2FFABF;
}
</style>