Shades of Turquoise #2FFEB8
Tints of Turquoise #2FFEB8
RGB
CMYK
RGB Variations
Color information
#2FFEB8 (or 0x2FFEB8) is known color: Turquoise. HEX triplet: 2F, FE and B8. RGB value is (47,254,184). Sum of RGB (Red+Green+Blue) = 47+254+184=485 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.69% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFEB8 is #D00147. Grayscale: #B8B8B8. Windows color (decimal): -13631816 or 12123695. OLE color: 12123695.
HSL color Cylindrical-coordinate representation of color #2FFEB8: hue angle of 159.71º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFEB8 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 184 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.00 |
| HSL | 159.71º | 0.99% | 0.59% | - |
| HSV(B) | 159.71º | 0.81% | 1% | - |
| XYZ | 45.27 | 74.95 | 57.43 | - |
| YUV | 184.13 | 127.92 | 30.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 184 | 0.81 | 0 | 0.28 | 0.00 | 159.71 | 0.99 | 0.59 |
| Hex | 2F | FE | B8 | 51 | 0 | 1C | 0 | A0 | 63 | 3B |
| Octal | 57 | 376 | 270 | 121 | 0 | 34 | 0 | 240 | 143 | 73 |
| Binary | 101111 | 11111110 | 10111000 | 1010001 | 0 | 11100 | 0 | 10100000 | 1100011 | 111011 |
Color Harmonies of #2FFEB8
Complementary color
Monochromatic Colors of #2FFEB8
Black with #2FFEB8
Text Example
Text Example
White with #2FFEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFEB8; }
p { color: rgb(47,254,184); }
H1.HeaderClassName
{
color: #2FFEB8;
}
.AnyTagClassName
{
color: #2FFEB8;
}
</style>
background-color css
<style>
a { background-color: #2FFEB8; }
a { background-color: rgb(47,254,184); }
div.DivClassName
{
background-color: #2FFEB8;
}
.BgClassName
{
background-color: #2FFEB8;
}
</style>
border-color css
<style>
span { border-color: #2FFEB8; }
span { border-color: rgb(47,254,184); }
td.TdClassName
{
border-color: #2FFEB8;
}
.TagClassName
{
border-color: #2FFEB8;
}
</style>