Shades of Turquoise #2FFEB7
Tints of Turquoise #2FFEB7
RGB
CMYK
RGB Variations
Color information
#2FFEB7 (or 0x2FFEB7) is known color: Turquoise. HEX triplet: 2F, FE and B7. RGB value is (47,254,183). Sum of RGB (Red+Green+Blue) = 47+254+183=484 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.71% from 484); Green value is 254 (99.61% from 255 or 52.48% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFEB7 is #D00148. Grayscale: #B8B8B8. Windows color (decimal): -13631817 or 12058159. OLE color: 12058159.
HSL color Cylindrical-coordinate representation of color #2FFEB7: hue angle of 159.42º 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 #2FFEB7 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 183 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.00 |
| HSL | 159.42º | 0.99% | 0.59% | - |
| HSV(B) | 159.42º | 0.81% | 1% | - |
| XYZ | 45.16 | 74.91 | 56.88 | - |
| YUV | 184.01 | 127.42 | 30.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 183 | 0.81 | 0 | 0.28 | 0.00 | 159.42 | 0.99 | 0.59 |
| Hex | 2F | FE | B7 | 51 | 0 | 1C | 0 | 9F | 63 | 3B |
| Octal | 57 | 376 | 267 | 121 | 0 | 34 | 0 | 237 | 143 | 73 |
| Binary | 101111 | 11111110 | 10110111 | 1010001 | 0 | 11100 | 0 | 10011111 | 1100011 | 111011 |
Color Harmonies of #2FFEB7
Complementary color
Monochromatic Colors of #2FFEB7
Black with #2FFEB7
Text Example
Text Example
White with #2FFEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFEB7; }
p { color: rgb(47,254,183); }
H1.HeaderClassName
{
color: #2FFEB7;
}
.AnyTagClassName
{
color: #2FFEB7;
}
</style>
background-color css
<style>
a { background-color: #2FFEB7; }
a { background-color: rgb(47,254,183); }
div.DivClassName
{
background-color: #2FFEB7;
}
.BgClassName
{
background-color: #2FFEB7;
}
</style>
border-color css
<style>
span { border-color: #2FFEB7; }
span { border-color: rgb(47,254,183); }
td.TdClassName
{
border-color: #2FFEB7;
}
.TagClassName
{
border-color: #2FFEB7;
}
</style>