Shades of Turquoise #2BFCBE
Tints of Turquoise #2BFCBE
RGB
CMYK
RGB Variations
Color information
#2BFCBE (or 0x2BFCBE) is known color: Turquoise. HEX triplet: 2B, FC and BE. RGB value is (43,252,190). Sum of RGB (Red+Green+Blue) = 43+252+190=485 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.87% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFCBE is #D40341. Grayscale: #B6B6B6. Windows color (decimal): -13894466 or 12516395. OLE color: 12516395.
HSL color Cylindrical-coordinate representation of color #2BFCBE: hue angle of 162.2º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFCBE is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 190 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.01 |
| HSL | 162.2º | 0.97% | 0.58% | - |
| HSV(B) | 162.2º | 0.83% | 0.99% | - |
| XYZ | 45.1 | 73.85 | 60.59 | - |
| YUV | 182.44 | 132.26 | 28.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 190 | 0.83 | 0 | 0.25 | 0.01 | 162.2 | 0.97 | 0.58 |
| Hex | 2B | FC | BE | 53 | 0 | 19 | 1 | A2 | 61 | 3A |
| Octal | 53 | 374 | 276 | 123 | 0 | 31 | 1 | 242 | 141 | 72 |
| Binary | 101011 | 11111100 | 10111110 | 1010011 | 0 | 11001 | 1 | 10100010 | 1100001 | 111010 |
Color Harmonies of #2BFCBE
Complementary color
Monochromatic Colors of #2BFCBE
Black with #2BFCBE
Text Example
Text Example
White with #2BFCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFCBE; }
p { color: rgb(43,252,190); }
H1.HeaderClassName
{
color: #2BFCBE;
}
.AnyTagClassName
{
color: #2BFCBE;
}
</style>
background-color css
<style>
a { background-color: #2BFCBE; }
a { background-color: rgb(43,252,190); }
div.DivClassName
{
background-color: #2BFCBE;
}
.BgClassName
{
background-color: #2BFCBE;
}
</style>
border-color css
<style>
span { border-color: #2BFCBE; }
span { border-color: rgb(43,252,190); }
td.TdClassName
{
border-color: #2BFCBE;
}
.TagClassName
{
border-color: #2BFCBE;
}
</style>