Shades of Turquoise #2FFBC0
Tints of Turquoise #2FFBC0
RGB
CMYK
RGB Variations
Color information
#2FFBC0 (or 0x2FFBC0) is known color: Turquoise. HEX triplet: 2F, FB and C0. RGB value is (47,251,192). Sum of RGB (Red+Green+Blue) = 47+251+192=490 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.59% from 490); Green value is 251 (98.44% from 255 or 51.22% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFBC0 is #D0043F. Grayscale: #B7B7B7. Windows color (decimal): -13632576 or 12647215. OLE color: 12647215.
HSL color Cylindrical-coordinate representation of color #2FFBC0: hue angle of 162.65º 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 #2FFBC0 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 192 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.02 |
| HSL | 162.65º | 0.96% | 0.58% | - |
| HSV(B) | 162.65º | 0.81% | 0.98% | - |
| XYZ | 45.18 | 73.4 | 61.66 | - |
| YUV | 183.28 | 132.91 | 30.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 192 | 0.81 | 0 | 0.24 | 0.02 | 162.65 | 0.96 | 0.58 |
| Hex | 2F | FB | C0 | 51 | 0 | 18 | 2 | A3 | 60 | 3A |
| Octal | 57 | 373 | 300 | 121 | 0 | 30 | 2 | 243 | 140 | 72 |
| Binary | 101111 | 11111011 | 11000000 | 1010001 | 0 | 11000 | 10 | 10100011 | 1100000 | 111010 |
Color Harmonies of #2FFBC0
Complementary color
Monochromatic Colors of #2FFBC0
Black with #2FFBC0
Text Example
Text Example
White with #2FFBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFBC0; }
p { color: rgb(47,251,192); }
H1.HeaderClassName
{
color: #2FFBC0;
}
.AnyTagClassName
{
color: #2FFBC0;
}
</style>
background-color css
<style>
a { background-color: #2FFBC0; }
a { background-color: rgb(47,251,192); }
div.DivClassName
{
background-color: #2FFBC0;
}
.BgClassName
{
background-color: #2FFBC0;
}
</style>
border-color css
<style>
span { border-color: #2FFBC0; }
span { border-color: rgb(47,251,192); }
td.TdClassName
{
border-color: #2FFBC0;
}
.TagClassName
{
border-color: #2FFBC0;
}
</style>