Shades of Turquoise #2BE5D9
Tints of Turquoise #2BE5D9
RGB
CMYK
RGB Variations
Color information
#2BE5D9 (or 0x2BE5D9) is known color: Turquoise. HEX triplet: 2B, E5 and D9. RGB value is (43,229,217). Sum of RGB (Red+Green+Blue) = 43+229+217=489 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.79% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE5D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE5D9 is #D41A26. Grayscale: #ABABAB. Windows color (decimal): -13900327 or 14279979. OLE color: 14279979.
HSL color Cylindrical-coordinate representation of color #2BE5D9: hue angle of 176.13º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE5D9 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 217 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.10 |
| HSL | 176.13º | 0.78% | 0.53% | - |
| HSV(B) | 176.13º | 0.81% | 0.9% | - |
| XYZ | 41.54 | 61.56 | 75.34 | - |
| YUV | 172.02 | 153.38 | 35.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 217 | 0.81 | 0 | 0.05 | 0.10 | 176.13 | 0.78 | 0.53 |
| Hex | 2B | E5 | D9 | 51 | 0 | 5 | A | B0 | 4E | 35 |
| Octal | 53 | 345 | 331 | 121 | 0 | 5 | 12 | 260 | 116 | 65 |
| Binary | 101011 | 11100101 | 11011001 | 1010001 | 0 | 101 | 1010 | 10110000 | 1001110 | 110101 |
Color Harmonies of #2BE5D9
Complementary color
Monochromatic Colors of #2BE5D9
Black with #2BE5D9
Text Example
Text Example
White with #2BE5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE5D9; }
p { color: rgb(43,229,217); }
H1.HeaderClassName
{
color: #2BE5D9;
}
.AnyTagClassName
{
color: #2BE5D9;
}
</style>
background-color css
<style>
a { background-color: #2BE5D9; }
a { background-color: rgb(43,229,217); }
div.DivClassName
{
background-color: #2BE5D9;
}
.BgClassName
{
background-color: #2BE5D9;
}
</style>
border-color css
<style>
span { border-color: #2BE5D9; }
span { border-color: rgb(43,229,217); }
td.TdClassName
{
border-color: #2BE5D9;
}
.TagClassName
{
border-color: #2BE5D9;
}
</style>