Shades of Turquoise #2FE4BD
Tints of Turquoise #2FE4BD
RGB
CMYK
RGB Variations
Color information
#2FE4BD (or 0x2FE4BD) is known color: Turquoise. HEX triplet: 2F, E4 and BD. RGB value is (47,228,189). Sum of RGB (Red+Green+Blue) = 47+228+189=464 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.13% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #2FE4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FE4BD is #D01B42. Grayscale: #A9A9A9. Windows color (decimal): -13638467 or 12444719. OLE color: 12444719.
HSL color Cylindrical-coordinate representation of color #2FE4BD: hue angle of 167.07º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE4BD is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 228 | 189 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.11 |
| HSL | 167.07º | 0.77% | 0.54% | - |
| HSV(B) | 167.07º | 0.79% | 0.89% | - |
| XYZ | 38.1 | 59.77 | 57.67 | - |
| YUV | 169.44 | 139.03 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 228 | 189 | 0.79 | 0 | 0.17 | 0.11 | 167.07 | 0.77 | 0.54 |
| Hex | 2F | E4 | BD | 4F | 0 | 11 | B | A7 | 4D | 36 |
| Octal | 57 | 344 | 275 | 117 | 0 | 21 | 13 | 247 | 115 | 66 |
| Binary | 101111 | 11100100 | 10111101 | 1001111 | 0 | 10001 | 1011 | 10100111 | 1001101 | 110110 |
Color Harmonies of #2FE4BD
Complementary color
Monochromatic Colors of #2FE4BD
Black with #2FE4BD
Text Example
Text Example
White with #2FE4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE4BD; }
p { color: rgb(47,228,189); }
H1.HeaderClassName
{
color: #2FE4BD;
}
.AnyTagClassName
{
color: #2FE4BD;
}
</style>
background-color css
<style>
a { background-color: #2FE4BD; }
a { background-color: rgb(47,228,189); }
div.DivClassName
{
background-color: #2FE4BD;
}
.BgClassName
{
background-color: #2FE4BD;
}
</style>
border-color css
<style>
span { border-color: #2FE4BD; }
span { border-color: rgb(47,228,189); }
td.TdClassName
{
border-color: #2FE4BD;
}
.TagClassName
{
border-color: #2FE4BD;
}
</style>