Shades of Turquoise #2FFEBD
Tints of Turquoise #2FFEBD
RGB
CMYK
RGB Variations
Color information
#2FFEBD (or 0x2FFEBD) is known color: Turquoise. HEX triplet: 2F, FE and BD. RGB value is (47,254,189). Sum of RGB (Red+Green+Blue) = 47+254+189=490 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.59% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFEBD is #D00142. Grayscale: #B8B8B8. Windows color (decimal): -13631811 or 12451375. OLE color: 12451375.
HSL color Cylindrical-coordinate representation of color #2FFEBD: hue angle of 161.16º 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 #2FFEBD is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 189 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.00 |
| HSL | 161.16º | 0.99% | 0.59% | - |
| HSV(B) | 161.16º | 0.81% | 1% | - |
| XYZ | 45.8 | 75.16 | 60.24 | - |
| YUV | 184.7 | 130.42 | 29.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 189 | 0.81 | 0 | 0.26 | 0.00 | 161.16 | 0.99 | 0.59 |
| Hex | 2F | FE | BD | 51 | 0 | 1A | 0 | A1 | 63 | 3B |
| Octal | 57 | 376 | 275 | 121 | 0 | 32 | 0 | 241 | 143 | 73 |
| Binary | 101111 | 11111110 | 10111101 | 1010001 | 0 | 11010 | 0 | 10100001 | 1100011 | 111011 |
Color Harmonies of #2FFEBD
Complementary color
Monochromatic Colors of #2FFEBD
Black with #2FFEBD
Text Example
Text Example
White with #2FFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFEBD; }
p { color: rgb(47,254,189); }
H1.HeaderClassName
{
color: #2FFEBD;
}
.AnyTagClassName
{
color: #2FFEBD;
}
</style>
background-color css
<style>
a { background-color: #2FFEBD; }
a { background-color: rgb(47,254,189); }
div.DivClassName
{
background-color: #2FFEBD;
}
.BgClassName
{
background-color: #2FFEBD;
}
</style>
border-color css
<style>
span { border-color: #2FFEBD; }
span { border-color: rgb(47,254,189); }
td.TdClassName
{
border-color: #2FFEBD;
}
.TagClassName
{
border-color: #2FFEBD;
}
</style>