Shades of Turquoise #2FFED5
Tints of Turquoise #2FFED5
RGB
CMYK
RGB Variations
Color information
#2FFED5 (or 0x2FFED5) is known color: Turquoise. HEX triplet: 2F, FE and D5. RGB value is (47,254,213). Sum of RGB (Red+Green+Blue) = 47+254+213=514 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.14% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFED5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFED5 is #D0012A. Grayscale: #BBBBBB. Windows color (decimal): -13631787 or 14024239. OLE color: 14024239.
HSL color Cylindrical-coordinate representation of color #2FFED5: hue angle of 168.12º 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 #2FFED5 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 213 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.00 |
| HSL | 168.12º | 0.99% | 0.59% | - |
| HSV(B) | 168.12º | 0.81% | 1% | - |
| XYZ | 48.62 | 76.29 | 75.11 | - |
| YUV | 187.43 | 142.42 | 27.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 213 | 0.81 | 0 | 0.16 | 0.00 | 168.12 | 0.99 | 0.59 |
| Hex | 2F | FE | D5 | 51 | 0 | 10 | 0 | A8 | 63 | 3B |
| Octal | 57 | 376 | 325 | 121 | 0 | 20 | 0 | 250 | 143 | 73 |
| Binary | 101111 | 11111110 | 11010101 | 1010001 | 0 | 10000 | 0 | 10101000 | 1100011 | 111011 |
Color Harmonies of #2FFED5
Complementary color
Monochromatic Colors of #2FFED5
Black with #2FFED5
Text Example
Text Example
White with #2FFED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFED5; }
p { color: rgb(47,254,213); }
H1.HeaderClassName
{
color: #2FFED5;
}
.AnyTagClassName
{
color: #2FFED5;
}
</style>
background-color css
<style>
a { background-color: #2FFED5; }
a { background-color: rgb(47,254,213); }
div.DivClassName
{
background-color: #2FFED5;
}
.BgClassName
{
background-color: #2FFED5;
}
</style>
border-color css
<style>
span { border-color: #2FFED5; }
span { border-color: rgb(47,254,213); }
td.TdClassName
{
border-color: #2FFED5;
}
.TagClassName
{
border-color: #2FFED5;
}
</style>