Shades of Turquoise #2FF8B7
Tints of Turquoise #2FF8B7
RGB
CMYK
RGB Variations
Color information
#2FF8B7 (or 0x2FF8B7) is known color: Turquoise. HEX triplet: 2F, F8 and B7. RGB value is (47,248,183). Sum of RGB (Red+Green+Blue) = 47+248+183=478 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.83% from 478); Green value is 248 (97.27% from 255 or 51.88% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF8B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF8B7 is #D00748. Grayscale: #B4B4B4. Windows color (decimal): -13633353 or 12056623. OLE color: 12056623.
HSL color Cylindrical-coordinate representation of color #2FF8B7: hue angle of 160.6º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF8B7 is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 248 | 183 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.03 |
| HSL | 160.6º | 0.93% | 0.58% | - |
| HSV(B) | 160.6º | 0.81% | 0.97% | - |
| XYZ | 43.29 | 71.16 | 56.25 | - |
| YUV | 180.49 | 129.41 | 32.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 248 | 183 | 0.81 | 0 | 0.26 | 0.03 | 160.6 | 0.93 | 0.58 |
| Hex | 2F | F8 | B7 | 51 | 0 | 1A | 3 | A1 | 5D | 3A |
| Octal | 57 | 370 | 267 | 121 | 0 | 32 | 3 | 241 | 135 | 72 |
| Binary | 101111 | 11111000 | 10110111 | 1010001 | 0 | 11010 | 11 | 10100001 | 1011101 | 111010 |
Color Harmonies of #2FF8B7
Complementary color
Monochromatic Colors of #2FF8B7
Black with #2FF8B7
Text Example
Text Example
White with #2FF8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF8B7; }
p { color: rgb(47,248,183); }
H1.HeaderClassName
{
color: #2FF8B7;
}
.AnyTagClassName
{
color: #2FF8B7;
}
</style>
background-color css
<style>
a { background-color: #2FF8B7; }
a { background-color: rgb(47,248,183); }
div.DivClassName
{
background-color: #2FF8B7;
}
.BgClassName
{
background-color: #2FF8B7;
}
</style>
border-color css
<style>
span { border-color: #2FF8B7; }
span { border-color: rgb(47,248,183); }
td.TdClassName
{
border-color: #2FF8B7;
}
.TagClassName
{
border-color: #2FF8B7;
}
</style>