Shades of Turquoise #2FE6BD
Tints of Turquoise #2FE6BD
RGB
CMYK
RGB Variations
Color information
#2FE6BD (or 0x2FE6BD) is known color: Turquoise. HEX triplet: 2F, E6 and BD. RGB value is (47,230,189). Sum of RGB (Red+Green+Blue) = 47+230+189=466 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.09% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE6BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FE6BD is #D01942. Grayscale: #AAAAAA. Windows color (decimal): -13637955 or 12445231. OLE color: 12445231.
HSL color Cylindrical-coordinate representation of color #2FE6BD: hue angle of 166.56º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE6BD is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 230 | 189 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.10 |
| HSL | 166.56º | 0.79% | 0.54% | - |
| HSV(B) | 166.56º | 0.8% | 0.9% | - |
| XYZ | 38.65 | 60.87 | 57.86 | - |
| YUV | 170.61 | 138.37 | 39.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 230 | 189 | 0.80 | 0 | 0.18 | 0.10 | 166.56 | 0.79 | 0.54 |
| Hex | 2F | E6 | BD | 50 | 0 | 12 | A | A7 | 4F | 36 |
| Octal | 57 | 346 | 275 | 120 | 0 | 22 | 12 | 247 | 117 | 66 |
| Binary | 101111 | 11100110 | 10111101 | 1010000 | 0 | 10010 | 1010 | 10100111 | 1001111 | 110110 |
Color Harmonies of #2FE6BD
Complementary color
Monochromatic Colors of #2FE6BD
Black with #2FE6BD
Text Example
Text Example
White with #2FE6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE6BD; }
p { color: rgb(47,230,189); }
H1.HeaderClassName
{
color: #2FE6BD;
}
.AnyTagClassName
{
color: #2FE6BD;
}
</style>
background-color css
<style>
a { background-color: #2FE6BD; }
a { background-color: rgb(47,230,189); }
div.DivClassName
{
background-color: #2FE6BD;
}
.BgClassName
{
background-color: #2FE6BD;
}
</style>
border-color css
<style>
span { border-color: #2FE6BD; }
span { border-color: rgb(47,230,189); }
td.TdClassName
{
border-color: #2FE6BD;
}
.TagClassName
{
border-color: #2FE6BD;
}
</style>