Shades of Turquoise #2FFABC
Tints of Turquoise #2FFABC
RGB
CMYK
RGB Variations
Color information
#2FFABC (or 0x2FFABC) is known color: Turquoise. HEX triplet: 2F, FA and BC. RGB value is (47,250,188). Sum of RGB (Red+Green+Blue) = 47+250+188=485 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.69% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFABC is #D00543. Grayscale: #B6B6B6. Windows color (decimal): -13632836 or 12384815. OLE color: 12384815.
HSL color Cylindrical-coordinate representation of color #2FFABC: hue angle of 161.67º 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 #2FFABC is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 188 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.02 |
| HSL | 161.67º | 0.95% | 0.58% | - |
| HSV(B) | 161.67º | 0.81% | 0.98% | - |
| XYZ | 44.44 | 72.61 | 59.25 | - |
| YUV | 182.24 | 131.25 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 188 | 0.81 | 0 | 0.25 | 0.02 | 161.67 | 0.95 | 0.58 |
| Hex | 2F | FA | BC | 51 | 0 | 19 | 2 | A2 | 5F | 3A |
| Octal | 57 | 372 | 274 | 121 | 0 | 31 | 2 | 242 | 137 | 72 |
| Binary | 101111 | 11111010 | 10111100 | 1010001 | 0 | 11001 | 10 | 10100010 | 1011111 | 111010 |
Color Harmonies of #2FFABC
Complementary color
Monochromatic Colors of #2FFABC
Black with #2FFABC
Text Example
Text Example
White with #2FFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFABC; }
p { color: rgb(47,250,188); }
H1.HeaderClassName
{
color: #2FFABC;
}
.AnyTagClassName
{
color: #2FFABC;
}
</style>
background-color css
<style>
a { background-color: #2FFABC; }
a { background-color: rgb(47,250,188); }
div.DivClassName
{
background-color: #2FFABC;
}
.BgClassName
{
background-color: #2FFABC;
}
</style>
border-color css
<style>
span { border-color: #2FFABC; }
span { border-color: rgb(47,250,188); }
td.TdClassName
{
border-color: #2FFABC;
}
.TagClassName
{
border-color: #2FFABC;
}
</style>