Shades of Turquoise #2BE5D1
Tints of Turquoise #2BE5D1
RGB
CMYK
RGB Variations
Color information
#2BE5D1 (or 0x2BE5D1) is known color: Turquoise. HEX triplet: 2B, E5 and D1. RGB value is (43,229,209). Sum of RGB (Red+Green+Blue) = 43+229+209=481 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.94% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE5D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE5D1 is #D41A2E. Grayscale: #ABABAB. Windows color (decimal): -13900335 or 13755691. OLE color: 13755691.
HSL color Cylindrical-coordinate representation of color #2BE5D1: hue angle of 173.55º 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 #2BE5D1 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 209 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.10 |
| HSL | 173.55º | 0.78% | 0.53% | - |
| HSV(B) | 173.55º | 0.81% | 0.9% | - |
| XYZ | 40.52 | 61.16 | 69.99 | - |
| YUV | 171.11 | 149.38 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 209 | 0.81 | 0 | 0.09 | 0.10 | 173.55 | 0.78 | 0.53 |
| Hex | 2B | E5 | D1 | 51 | 0 | 9 | A | AE | 4E | 35 |
| Octal | 53 | 345 | 321 | 121 | 0 | 11 | 12 | 256 | 116 | 65 |
| Binary | 101011 | 11100101 | 11010001 | 1010001 | 0 | 1001 | 1010 | 10101110 | 1001110 | 110101 |
Color Harmonies of #2BE5D1
Complementary color
Monochromatic Colors of #2BE5D1
Black with #2BE5D1
Text Example
Text Example
White with #2BE5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE5D1; }
p { color: rgb(43,229,209); }
H1.HeaderClassName
{
color: #2BE5D1;
}
.AnyTagClassName
{
color: #2BE5D1;
}
</style>
background-color css
<style>
a { background-color: #2BE5D1; }
a { background-color: rgb(43,229,209); }
div.DivClassName
{
background-color: #2BE5D1;
}
.BgClassName
{
background-color: #2BE5D1;
}
</style>
border-color css
<style>
span { border-color: #2BE5D1; }
span { border-color: rgb(43,229,209); }
td.TdClassName
{
border-color: #2BE5D1;
}
.TagClassName
{
border-color: #2BE5D1;
}
</style>