Shades of Turquoise #2FFAB6
Tints of Turquoise #2FFAB6
RGB
CMYK
RGB Variations
Color information
#2FFAB6 (or 0x2FFAB6) is known color: Turquoise. HEX triplet: 2F, FA and B6. RGB value is (47,250,182). Sum of RGB (Red+Green+Blue) = 47+250+182=479 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.81% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFAB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFAB6 is #D00549. Grayscale: #B5B5B5. Windows color (decimal): -13632842 or 11991599. OLE color: 11991599.
HSL color Cylindrical-coordinate representation of color #2FFAB6: hue angle of 159.9º 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 #2FFAB6 is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 182 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.02 |
| HSL | 159.9º | 0.95% | 0.58% | - |
| HSV(B) | 159.9º | 0.81% | 0.98% | - |
| XYZ | 43.8 | 72.35 | 55.91 | - |
| YUV | 181.55 | 128.25 | 32.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 182 | 0.81 | 0 | 0.27 | 0.02 | 159.9 | 0.95 | 0.58 |
| Hex | 2F | FA | B6 | 51 | 0 | 1B | 2 | A0 | 5F | 3A |
| Octal | 57 | 372 | 266 | 121 | 0 | 33 | 2 | 240 | 137 | 72 |
| Binary | 101111 | 11111010 | 10110110 | 1010001 | 0 | 11011 | 10 | 10100000 | 1011111 | 111010 |
Color Harmonies of #2FFAB6
Complementary color
Monochromatic Colors of #2FFAB6
Black with #2FFAB6
Text Example
Text Example
White with #2FFAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFAB6; }
p { color: rgb(47,250,182); }
H1.HeaderClassName
{
color: #2FFAB6;
}
.AnyTagClassName
{
color: #2FFAB6;
}
</style>
background-color css
<style>
a { background-color: #2FFAB6; }
a { background-color: rgb(47,250,182); }
div.DivClassName
{
background-color: #2FFAB6;
}
.BgClassName
{
background-color: #2FFAB6;
}
</style>
border-color css
<style>
span { border-color: #2FFAB6; }
span { border-color: rgb(47,250,182); }
td.TdClassName
{
border-color: #2FFAB6;
}
.TagClassName
{
border-color: #2FFAB6;
}
</style>