Shades of Turquoise #2BE1D9
Tints of Turquoise #2BE1D9
RGB
CMYK
RGB Variations
Color information
#2BE1D9 (or 0x2BE1D9) is known color: Turquoise. HEX triplet: 2B, E1 and D9. RGB value is (43,225,217). Sum of RGB (Red+Green+Blue) = 43+225+217=485 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.87% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE1D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE1D9 is #D41E26. Grayscale: #A9A9A9. Windows color (decimal): -13901351 or 14278955. OLE color: 14278955.
HSL color Cylindrical-coordinate representation of color #2BE1D9: hue angle of 177.36º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE1D9 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 217 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.12 |
| HSL | 177.36º | 0.75% | 0.53% | - |
| HSV(B) | 177.36º | 0.81% | 0.88% | - |
| XYZ | 40.45 | 59.37 | 74.97 | - |
| YUV | 169.67 | 154.7 | 37.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 217 | 0.81 | 0 | 0.04 | 0.12 | 177.36 | 0.75 | 0.53 |
| Hex | 2B | E1 | D9 | 51 | 0 | 4 | C | B1 | 4B | 35 |
| Octal | 53 | 341 | 331 | 121 | 0 | 4 | 14 | 261 | 113 | 65 |
| Binary | 101011 | 11100001 | 11011001 | 1010001 | 0 | 100 | 1100 | 10110001 | 1001011 | 110101 |
Color Harmonies of #2BE1D9
Complementary color
Monochromatic Colors of #2BE1D9
Black with #2BE1D9
Text Example
Text Example
White with #2BE1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE1D9; }
p { color: rgb(43,225,217); }
H1.HeaderClassName
{
color: #2BE1D9;
}
.AnyTagClassName
{
color: #2BE1D9;
}
</style>
background-color css
<style>
a { background-color: #2BE1D9; }
a { background-color: rgb(43,225,217); }
div.DivClassName
{
background-color: #2BE1D9;
}
.BgClassName
{
background-color: #2BE1D9;
}
</style>
border-color css
<style>
span { border-color: #2BE1D9; }
span { border-color: rgb(43,225,217); }
td.TdClassName
{
border-color: #2BE1D9;
}
.TagClassName
{
border-color: #2BE1D9;
}
</style>