Shades of Turquoise #2FFBC7
Tints of Turquoise #2FFBC7
RGB
CMYK
RGB Variations
Color information
#2FFBC7 (or 0x2FFBC7) is known color: Turquoise. HEX triplet: 2F, FB and C7. RGB value is (47,251,199). Sum of RGB (Red+Green+Blue) = 47+251+199=497 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.46% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFBC7 is #D00438. Grayscale: #B8B8B8. Windows color (decimal): -13632569 or 13105967. OLE color: 13105967.
HSL color Cylindrical-coordinate representation of color #2FFBC7: hue angle of 164.71º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFBC7 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 199 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.02 |
| HSL | 164.71º | 0.96% | 0.58% | - |
| HSV(B) | 164.71º | 0.81% | 0.98% | - |
| XYZ | 45.98 | 73.72 | 65.84 | - |
| YUV | 184.08 | 136.41 | 30.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 199 | 0.81 | 0 | 0.21 | 0.02 | 164.71 | 0.96 | 0.58 |
| Hex | 2F | FB | C7 | 51 | 0 | 15 | 2 | A5 | 60 | 3A |
| Octal | 57 | 373 | 307 | 121 | 0 | 25 | 2 | 245 | 140 | 72 |
| Binary | 101111 | 11111011 | 11000111 | 1010001 | 0 | 10101 | 10 | 10100101 | 1100000 | 111010 |
Color Harmonies of #2FFBC7
Complementary color
Monochromatic Colors of #2FFBC7
Black with #2FFBC7
Text Example
Text Example
White with #2FFBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFBC7; }
p { color: rgb(47,251,199); }
H1.HeaderClassName
{
color: #2FFBC7;
}
.AnyTagClassName
{
color: #2FFBC7;
}
</style>
background-color css
<style>
a { background-color: #2FFBC7; }
a { background-color: rgb(47,251,199); }
div.DivClassName
{
background-color: #2FFBC7;
}
.BgClassName
{
background-color: #2FFBC7;
}
</style>
border-color css
<style>
span { border-color: #2FFBC7; }
span { border-color: rgb(47,251,199); }
td.TdClassName
{
border-color: #2FFBC7;
}
.TagClassName
{
border-color: #2FFBC7;
}
</style>