Shades of Turquoise #2FFABB
Tints of Turquoise #2FFABB
RGB
CMYK
RGB Variations
Color information
#2FFABB (or 0x2FFABB) is known color: Turquoise. HEX triplet: 2F, FA and BB. RGB value is (47,250,187). Sum of RGB (Red+Green+Blue) = 47+250+187=484 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.71% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFABB is #D00544. Grayscale: #B6B6B6. Windows color (decimal): -13632837 or 12319279. OLE color: 12319279.
HSL color Cylindrical-coordinate representation of color #2FFABB: hue angle of 161.38º 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 #2FFABB is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 187 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.02 |
| HSL | 161.38º | 0.95% | 0.58% | - |
| HSV(B) | 161.38º | 0.81% | 0.98% | - |
| XYZ | 44.33 | 72.56 | 58.68 | - |
| YUV | 182.12 | 130.75 | 31.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 187 | 0.81 | 0 | 0.25 | 0.02 | 161.38 | 0.95 | 0.58 |
| Hex | 2F | FA | BB | 51 | 0 | 19 | 2 | A1 | 5F | 3A |
| Octal | 57 | 372 | 273 | 121 | 0 | 31 | 2 | 241 | 137 | 72 |
| Binary | 101111 | 11111010 | 10111011 | 1010001 | 0 | 11001 | 10 | 10100001 | 1011111 | 111010 |
Color Harmonies of #2FFABB
Complementary color
Monochromatic Colors of #2FFABB
Black with #2FFABB
Text Example
Text Example
White with #2FFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFABB; }
p { color: rgb(47,250,187); }
H1.HeaderClassName
{
color: #2FFABB;
}
.AnyTagClassName
{
color: #2FFABB;
}
</style>
background-color css
<style>
a { background-color: #2FFABB; }
a { background-color: rgb(47,250,187); }
div.DivClassName
{
background-color: #2FFABB;
}
.BgClassName
{
background-color: #2FFABB;
}
</style>
border-color css
<style>
span { border-color: #2FFABB; }
span { border-color: rgb(47,250,187); }
td.TdClassName
{
border-color: #2FFABB;
}
.TagClassName
{
border-color: #2FFABB;
}
</style>