Shades of Turquoise #2FF2BC
Tints of Turquoise #2FF2BC
RGB
CMYK
RGB Variations
Color information
#2FF2BC (or 0x2FF2BC) is known color: Turquoise. HEX triplet: 2F, F2 and BC. RGB value is (47,242,188). Sum of RGB (Red+Green+Blue) = 47+242+188=477 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.85% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF2BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF2BC is #D00D43. Grayscale: #B1B1B1. Windows color (decimal): -13634884 or 12382767. OLE color: 12382767.
HSL color Cylindrical-coordinate representation of color #2FF2BC: hue angle of 163.38º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF2BC is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 188 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.05 |
| HSL | 163.38º | 0.88% | 0.57% | - |
| HSV(B) | 163.38º | 0.81% | 0.95% | - |
| XYZ | 42 | 67.74 | 58.44 | - |
| YUV | 177.54 | 133.9 | 34.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 188 | 0.81 | 0 | 0.22 | 0.05 | 163.38 | 0.88 | 0.57 |
| Hex | 2F | F2 | BC | 51 | 0 | 16 | 5 | A3 | 58 | 39 |
| Octal | 57 | 362 | 274 | 121 | 0 | 26 | 5 | 243 | 130 | 71 |
| Binary | 101111 | 11110010 | 10111100 | 1010001 | 0 | 10110 | 101 | 10100011 | 1011000 | 111001 |
Color Harmonies of #2FF2BC
Complementary color
Monochromatic Colors of #2FF2BC
Black with #2FF2BC
Text Example
Text Example
White with #2FF2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF2BC; }
p { color: rgb(47,242,188); }
H1.HeaderClassName
{
color: #2FF2BC;
}
.AnyTagClassName
{
color: #2FF2BC;
}
</style>
background-color css
<style>
a { background-color: #2FF2BC; }
a { background-color: rgb(47,242,188); }
div.DivClassName
{
background-color: #2FF2BC;
}
.BgClassName
{
background-color: #2FF2BC;
}
</style>
border-color css
<style>
span { border-color: #2FF2BC; }
span { border-color: rgb(47,242,188); }
td.TdClassName
{
border-color: #2FF2BC;
}
.TagClassName
{
border-color: #2FF2BC;
}
</style>