Shades of Turquoise #2FE5BC
Tints of Turquoise #2FE5BC
RGB
CMYK
RGB Variations
Color information
#2FE5BC (or 0x2FE5BC) is known color: Turquoise. HEX triplet: 2F, E5 and BC. RGB value is (47,229,188). Sum of RGB (Red+Green+Blue) = 47+229+188=464 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.13% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FE5BC is #D01A43. Grayscale: #A9A9A9. Windows color (decimal): -13638212 or 12379439. OLE color: 12379439.
HSL color Cylindrical-coordinate representation of color #2FE5BC: hue angle of 166.48º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE5BC is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 229 | 188 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.10 |
| HSL | 166.48º | 0.78% | 0.54% | - |
| HSV(B) | 166.48º | 0.79% | 0.9% | - |
| XYZ | 38.27 | 60.27 | 57.19 | - |
| YUV | 169.91 | 138.2 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 188 | 0.79 | 0 | 0.18 | 0.10 | 166.48 | 0.78 | 0.54 |
| Hex | 2F | E5 | BC | 4F | 0 | 12 | A | A6 | 4E | 36 |
| Octal | 57 | 345 | 274 | 117 | 0 | 22 | 12 | 246 | 116 | 66 |
| Binary | 101111 | 11100101 | 10111100 | 1001111 | 0 | 10010 | 1010 | 10100110 | 1001110 | 110110 |
Color Harmonies of #2FE5BC
Complementary color
Monochromatic Colors of #2FE5BC
Black with #2FE5BC
Text Example
Text Example
White with #2FE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE5BC; }
p { color: rgb(47,229,188); }
H1.HeaderClassName
{
color: #2FE5BC;
}
.AnyTagClassName
{
color: #2FE5BC;
}
</style>
background-color css
<style>
a { background-color: #2FE5BC; }
a { background-color: rgb(47,229,188); }
div.DivClassName
{
background-color: #2FE5BC;
}
.BgClassName
{
background-color: #2FE5BC;
}
</style>
border-color css
<style>
span { border-color: #2FE5BC; }
span { border-color: rgb(47,229,188); }
td.TdClassName
{
border-color: #2FE5BC;
}
.TagClassName
{
border-color: #2FE5BC;
}
</style>