Shades of Turquoise #2BE5DC
Tints of Turquoise #2BE5DC
RGB
CMYK
RGB Variations
Color information
#2BE5DC (or 0x2BE5DC) is known color: Turquoise. HEX triplet: 2B, E5 and DC. RGB value is (43,229,220). Sum of RGB (Red+Green+Blue) = 43+229+220=492 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.74% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE5DC is #D41A23. Grayscale: #ACACAC. Windows color (decimal): -13900324 or 14476587. OLE color: 14476587.
HSL color Cylindrical-coordinate representation of color #2BE5DC: hue angle of 177.1º 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 #2BE5DC is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 220 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.10 |
| HSL | 177.1º | 0.78% | 0.53% | - |
| HSV(B) | 177.1º | 0.81% | 0.9% | - |
| XYZ | 41.93 | 61.72 | 77.41 | - |
| YUV | 172.36 | 154.88 | 35.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 220 | 0.81 | 0 | 0.04 | 0.10 | 177.1 | 0.78 | 0.53 |
| Hex | 2B | E5 | DC | 51 | 0 | 4 | A | B1 | 4E | 35 |
| Octal | 53 | 345 | 334 | 121 | 0 | 4 | 12 | 261 | 116 | 65 |
| Binary | 101011 | 11100101 | 11011100 | 1010001 | 0 | 100 | 1010 | 10110001 | 1001110 | 110101 |
Color Harmonies of #2BE5DC
Complementary color
Monochromatic Colors of #2BE5DC
Black with #2BE5DC
Text Example
Text Example
White with #2BE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE5DC; }
p { color: rgb(43,229,220); }
H1.HeaderClassName
{
color: #2BE5DC;
}
.AnyTagClassName
{
color: #2BE5DC;
}
</style>
background-color css
<style>
a { background-color: #2BE5DC; }
a { background-color: rgb(43,229,220); }
div.DivClassName
{
background-color: #2BE5DC;
}
.BgClassName
{
background-color: #2BE5DC;
}
</style>
border-color css
<style>
span { border-color: #2BE5DC; }
span { border-color: rgb(43,229,220); }
td.TdClassName
{
border-color: #2BE5DC;
}
.TagClassName
{
border-color: #2BE5DC;
}
</style>