Shades of Turquoise #2FFAB5
Tints of Turquoise #2FFAB5
RGB
CMYK
RGB Variations
Color information
#2FFAB5 (or 0x2FFAB5) is known color: Turquoise. HEX triplet: 2F, FA and B5. RGB value is (47,250,181). Sum of RGB (Red+Green+Blue) = 47+250+181=478 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.83% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFAB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFAB5 is #D0054A. Grayscale: #B5B5B5. Windows color (decimal): -13632843 or 11926063. OLE color: 11926063.
HSL color Cylindrical-coordinate representation of color #2FFAB5: hue angle of 159.61º 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 #2FFAB5 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 181 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.02 |
| HSL | 159.61º | 0.95% | 0.58% | - |
| HSV(B) | 159.61º | 0.81% | 0.98% | - |
| XYZ | 43.7 | 72.31 | 55.37 | - |
| YUV | 181.44 | 127.75 | 32.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 181 | 0.81 | 0 | 0.28 | 0.02 | 159.61 | 0.95 | 0.58 |
| Hex | 2F | FA | B5 | 51 | 0 | 1C | 2 | A0 | 5F | 3A |
| Octal | 57 | 372 | 265 | 121 | 0 | 34 | 2 | 240 | 137 | 72 |
| Binary | 101111 | 11111010 | 10110101 | 1010001 | 0 | 11100 | 10 | 10100000 | 1011111 | 111010 |
Color Harmonies of #2FFAB5
Complementary color
Monochromatic Colors of #2FFAB5
Black with #2FFAB5
Text Example
Text Example
White with #2FFAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFAB5; }
p { color: rgb(47,250,181); }
H1.HeaderClassName
{
color: #2FFAB5;
}
.AnyTagClassName
{
color: #2FFAB5;
}
</style>
background-color css
<style>
a { background-color: #2FFAB5; }
a { background-color: rgb(47,250,181); }
div.DivClassName
{
background-color: #2FFAB5;
}
.BgClassName
{
background-color: #2FFAB5;
}
</style>
border-color css
<style>
span { border-color: #2FFAB5; }
span { border-color: rgb(47,250,181); }
td.TdClassName
{
border-color: #2FFAB5;
}
.TagClassName
{
border-color: #2FFAB5;
}
</style>