Shades of Turquoise #2BFFB5
Tints of Turquoise #2BFFB5
RGB
CMYK
RGB Variations
Color information
#2BFFB5 (or 0x2BFFB5) is known color: Turquoise. HEX triplet: 2B, FF and B5. RGB value is (43,255,181). Sum of RGB (Red+Green+Blue) = 43+255+181=479 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.98% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFB5 is #D4004A. Grayscale: #B7B7B7. Windows color (decimal): -13893707 or 11927339. OLE color: 11927339.
HSL color Cylindrical-coordinate representation of color #2BFFB5: hue angle of 159.06º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFFB5 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 181 | - |
| CMYK | 0.83 | 0 | 0.29 | 0 |
| HSL | 159.06º | 1% | 0.58% | - |
| HSV(B) | 159.06º | 0.83% | 1% | - |
| XYZ | 45.1 | 75.37 | 55.89 | - |
| YUV | 183.18 | 126.76 | 28.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 181 | 0.83 | 0 | 0.29 | 0 | 159.06 | 1 | 0.58 |
| Hex | 2B | FF | B5 | 53 | 0 | 1D | 0 | 9F | 64 | 3A |
| Octal | 53 | 377 | 265 | 123 | 0 | 35 | 0 | 237 | 144 | 72 |
| Binary | 101011 | 11111111 | 10110101 | 1010011 | 0 | 11101 | 0 | 10011111 | 1100100 | 111010 |
Color Harmonies of #2BFFB5
Complementary color
Monochromatic Colors of #2BFFB5
Black with #2BFFB5
Text Example
Text Example
White with #2BFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFB5; }
p { color: rgb(43,255,181); }
H1.HeaderClassName
{
color: #2BFFB5;
}
.AnyTagClassName
{
color: #2BFFB5;
}
</style>
background-color css
<style>
a { background-color: #2BFFB5; }
a { background-color: rgb(43,255,181); }
div.DivClassName
{
background-color: #2BFFB5;
}
.BgClassName
{
background-color: #2BFFB5;
}
</style>
border-color css
<style>
span { border-color: #2BFFB5; }
span { border-color: rgb(43,255,181); }
td.TdClassName
{
border-color: #2BFFB5;
}
.TagClassName
{
border-color: #2BFFB5;
}
</style>