Shades of Turquoise #2FFED1
Tints of Turquoise #2FFED1
RGB
CMYK
RGB Variations
Color information
#2FFED1 (or 0x2FFED1) is known color: Turquoise. HEX triplet: 2F, FE and D1. RGB value is (47,254,209). Sum of RGB (Red+Green+Blue) = 47+254+209=510 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.22% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFED1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFED1 is #D0012E. Grayscale: #BABABA. Windows color (decimal): -13631791 or 13762095. OLE color: 13762095.
HSL color Cylindrical-coordinate representation of color #2FFED1: hue angle of 166.96º 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 #2FFED1 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 209 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.00 |
| HSL | 166.96º | 0.99% | 0.59% | - |
| HSV(B) | 166.96º | 0.81% | 1% | - |
| XYZ | 48.12 | 76.09 | 72.47 | - |
| YUV | 186.98 | 140.42 | 28.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 209 | 0.81 | 0 | 0.18 | 0.00 | 166.96 | 0.99 | 0.59 |
| Hex | 2F | FE | D1 | 51 | 0 | 12 | 0 | A7 | 63 | 3B |
| Octal | 57 | 376 | 321 | 121 | 0 | 22 | 0 | 247 | 143 | 73 |
| Binary | 101111 | 11111110 | 11010001 | 1010001 | 0 | 10010 | 0 | 10100111 | 1100011 | 111011 |
Color Harmonies of #2FFED1
Complementary color
Monochromatic Colors of #2FFED1
Black with #2FFED1
Text Example
Text Example
White with #2FFED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFED1; }
p { color: rgb(47,254,209); }
H1.HeaderClassName
{
color: #2FFED1;
}
.AnyTagClassName
{
color: #2FFED1;
}
</style>
background-color css
<style>
a { background-color: #2FFED1; }
a { background-color: rgb(47,254,209); }
div.DivClassName
{
background-color: #2FFED1;
}
.BgClassName
{
background-color: #2FFED1;
}
</style>
border-color css
<style>
span { border-color: #2FFED1; }
span { border-color: rgb(47,254,209); }
td.TdClassName
{
border-color: #2FFED1;
}
.TagClassName
{
border-color: #2FFED1;
}
</style>