Shades of Turquoise #2FFBB5
Tints of Turquoise #2FFBB5
RGB
CMYK
RGB Variations
Color information
#2FFBB5 (or 0x2FFBB5) is known color: Turquoise. HEX triplet: 2F, FB and B5. RGB value is (47,251,181). Sum of RGB (Red+Green+Blue) = 47+251+181=479 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.81% from 479); Green value is 251 (98.44% from 255 or 52.40% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFBB5 is #D0044A. Grayscale: #B6B6B6. Windows color (decimal): -13632587 or 11926319. OLE color: 11926319.
HSL color Cylindrical-coordinate representation of color #2FFBB5: hue angle of 159.41º 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 #2FFBB5 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 181 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.02 |
| HSL | 159.41º | 0.96% | 0.58% | - |
| HSV(B) | 159.41º | 0.81% | 0.98% | - |
| XYZ | 44.01 | 72.93 | 55.47 | - |
| YUV | 182.02 | 127.41 | 31.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 181 | 0.81 | 0 | 0.28 | 0.02 | 159.41 | 0.96 | 0.58 |
| Hex | 2F | FB | B5 | 51 | 0 | 1C | 2 | 9F | 60 | 3A |
| Octal | 57 | 373 | 265 | 121 | 0 | 34 | 2 | 237 | 140 | 72 |
| Binary | 101111 | 11111011 | 10110101 | 1010001 | 0 | 11100 | 10 | 10011111 | 1100000 | 111010 |
Color Harmonies of #2FFBB5
Complementary color
Monochromatic Colors of #2FFBB5
Black with #2FFBB5
Text Example
Text Example
White with #2FFBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFBB5; }
p { color: rgb(47,251,181); }
H1.HeaderClassName
{
color: #2FFBB5;
}
.AnyTagClassName
{
color: #2FFBB5;
}
</style>
background-color css
<style>
a { background-color: #2FFBB5; }
a { background-color: rgb(47,251,181); }
div.DivClassName
{
background-color: #2FFBB5;
}
.BgClassName
{
background-color: #2FFBB5;
}
</style>
border-color css
<style>
span { border-color: #2FFBB5; }
span { border-color: rgb(47,251,181); }
td.TdClassName
{
border-color: #2FFBB5;
}
.TagClassName
{
border-color: #2FFBB5;
}
</style>