Shades of Turquoise #2FFEE2
Tints of Turquoise #2FFEE2
RGB
CMYK
RGB Variations
Color information
#2FFEE2 (or 0x2FFEE2) is known color: Turquoise. HEX triplet: 2F, FE and E2. RGB value is (47,254,226). Sum of RGB (Red+Green+Blue) = 47+254+226=527 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.92% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 226 (88.67% from 255 or 42.88% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFEE2 is #D0011D. Grayscale: #BCBCBC. Windows color (decimal): -13631774 or 14876207. OLE color: 14876207.
HSL color Cylindrical-coordinate representation of color #2FFEE2: hue angle of 171.88º 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 #2FFEE2 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 226 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.00 |
| HSL | 171.88º | 0.99% | 0.59% | - |
| HSV(B) | 171.88º | 0.81% | 1% | - |
| XYZ | 50.34 | 76.98 | 84.16 | - |
| YUV | 188.92 | 148.92 | 26.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 226 | 0.81 | 0 | 0.11 | 0.00 | 171.88 | 0.99 | 0.59 |
| Hex | 2F | FE | E2 | 51 | 0 | B | 0 | AC | 63 | 3B |
| Octal | 57 | 376 | 342 | 121 | 0 | 13 | 0 | 254 | 143 | 73 |
| Binary | 101111 | 11111110 | 11100010 | 1010001 | 0 | 1011 | 0 | 10101100 | 1100011 | 111011 |
Color Harmonies of #2FFEE2
Complementary color
Monochromatic Colors of #2FFEE2
Black with #2FFEE2
Text Example
Text Example
White with #2FFEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFEE2; }
p { color: rgb(47,254,226); }
H1.HeaderClassName
{
color: #2FFEE2;
}
.AnyTagClassName
{
color: #2FFEE2;
}
</style>
background-color css
<style>
a { background-color: #2FFEE2; }
a { background-color: rgb(47,254,226); }
div.DivClassName
{
background-color: #2FFEE2;
}
.BgClassName
{
background-color: #2FFEE2;
}
</style>
border-color css
<style>
span { border-color: #2FFEE2; }
span { border-color: rgb(47,254,226); }
td.TdClassName
{
border-color: #2FFEE2;
}
.TagClassName
{
border-color: #2FFEE2;
}
</style>