Shades of Turquoise #2FFEBE
Tints of Turquoise #2FFEBE
RGB
CMYK
RGB Variations
Color information
#2FFEBE (or 0x2FFEBE) is known color: Turquoise. HEX triplet: 2F, FE and BE. RGB value is (47,254,190). Sum of RGB (Red+Green+Blue) = 47+254+190=491 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.57% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFEBE is #D00141. Grayscale: #B8B8B8. Windows color (decimal): -13631810 or 12516911. OLE color: 12516911.
HSL color Cylindrical-coordinate representation of color #2FFEBE: hue angle of 161.45º 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 #2FFEBE is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 190 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.00 |
| HSL | 161.45º | 0.99% | 0.59% | - |
| HSV(B) | 161.45º | 0.81% | 1% | - |
| XYZ | 45.91 | 75.21 | 60.81 | - |
| YUV | 184.81 | 130.92 | 29.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 190 | 0.81 | 0 | 0.25 | 0.00 | 161.45 | 0.99 | 0.59 |
| Hex | 2F | FE | BE | 51 | 0 | 19 | 0 | A1 | 63 | 3B |
| Octal | 57 | 376 | 276 | 121 | 0 | 31 | 0 | 241 | 143 | 73 |
| Binary | 101111 | 11111110 | 10111110 | 1010001 | 0 | 11001 | 0 | 10100001 | 1100011 | 111011 |
Color Harmonies of #2FFEBE
Complementary color
Monochromatic Colors of #2FFEBE
Black with #2FFEBE
Text Example
Text Example
White with #2FFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFEBE; }
p { color: rgb(47,254,190); }
H1.HeaderClassName
{
color: #2FFEBE;
}
.AnyTagClassName
{
color: #2FFEBE;
}
</style>
background-color css
<style>
a { background-color: #2FFEBE; }
a { background-color: rgb(47,254,190); }
div.DivClassName
{
background-color: #2FFEBE;
}
.BgClassName
{
background-color: #2FFEBE;
}
</style>
border-color css
<style>
span { border-color: #2FFEBE; }
span { border-color: rgb(47,254,190); }
td.TdClassName
{
border-color: #2FFEBE;
}
.TagClassName
{
border-color: #2FFEBE;
}
</style>