Shades of Turquoise #2FF5B6
Tints of Turquoise #2FF5B6
RGB
CMYK
RGB Variations
Color information
#2FF5B6 (or 0x2FF5B6) is known color: Turquoise. HEX triplet: 2F, F5 and B6. RGB value is (47,245,182). Sum of RGB (Red+Green+Blue) = 47+245+182=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 245 (96.09% from 255 or 51.69% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF5B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF5B6 is #D00A49. Grayscale: #B2B2B2. Windows color (decimal): -13634122 or 11990319. OLE color: 11990319.
HSL color Cylindrical-coordinate representation of color #2FF5B6: hue angle of 160.91º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF5B6 is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 245 | 182 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.04 |
| HSL | 160.91º | 0.91% | 0.57% | - |
| HSV(B) | 160.91º | 0.81% | 0.96% | - |
| XYZ | 42.27 | 69.29 | 55.4 | - |
| YUV | 178.62 | 129.9 | 34.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 245 | 182 | 0.81 | 0 | 0.26 | 0.04 | 160.91 | 0.91 | 0.57 |
| Hex | 2F | F5 | B6 | 51 | 0 | 1A | 4 | A1 | 5B | 39 |
| Octal | 57 | 365 | 266 | 121 | 0 | 32 | 4 | 241 | 133 | 71 |
| Binary | 101111 | 11110101 | 10110110 | 1010001 | 0 | 11010 | 100 | 10100001 | 1011011 | 111001 |
Color Harmonies of #2FF5B6
Complementary color
Monochromatic Colors of #2FF5B6
Black with #2FF5B6
Text Example
Text Example
White with #2FF5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF5B6; }
p { color: rgb(47,245,182); }
H1.HeaderClassName
{
color: #2FF5B6;
}
.AnyTagClassName
{
color: #2FF5B6;
}
</style>
background-color css
<style>
a { background-color: #2FF5B6; }
a { background-color: rgb(47,245,182); }
div.DivClassName
{
background-color: #2FF5B6;
}
.BgClassName
{
background-color: #2FF5B6;
}
</style>
border-color css
<style>
span { border-color: #2FF5B6; }
span { border-color: rgb(47,245,182); }
td.TdClassName
{
border-color: #2FF5B6;
}
.TagClassName
{
border-color: #2FF5B6;
}
</style>