Shades of Turquoise #2BE7DB
Tints of Turquoise #2BE7DB
RGB
CMYK
RGB Variations
Color information
#2BE7DB (or 0x2BE7DB) is known color: Turquoise. HEX triplet: 2B, E7 and DB. RGB value is (43,231,219). Sum of RGB (Red+Green+Blue) = 43+231+219=493 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.72% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE7DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BE7DB is #D41824. Grayscale: #ADADAD. Windows color (decimal): -13899813 or 14411563. OLE color: 14411563.
HSL color Cylindrical-coordinate representation of color #2BE7DB: hue angle of 176.17º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE7DB is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 231 | 219 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.09 |
| HSL | 176.17º | 0.8% | 0.54% | - |
| HSV(B) | 176.17º | 0.81% | 0.91% | - |
| XYZ | 42.36 | 62.78 | 76.9 | - |
| YUV | 173.42 | 153.72 | 34.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 231 | 219 | 0.81 | 0 | 0.05 | 0.09 | 176.17 | 0.8 | 0.54 |
| Hex | 2B | E7 | DB | 51 | 0 | 5 | 9 | B0 | 50 | 36 |
| Octal | 53 | 347 | 333 | 121 | 0 | 5 | 11 | 260 | 120 | 66 |
| Binary | 101011 | 11100111 | 11011011 | 1010001 | 0 | 101 | 1001 | 10110000 | 1010000 | 110110 |
Color Harmonies of #2BE7DB
Complementary color
Monochromatic Colors of #2BE7DB
Black with #2BE7DB
Text Example
Text Example
White with #2BE7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE7DB; }
p { color: rgb(43,231,219); }
H1.HeaderClassName
{
color: #2BE7DB;
}
.AnyTagClassName
{
color: #2BE7DB;
}
</style>
background-color css
<style>
a { background-color: #2BE7DB; }
a { background-color: rgb(43,231,219); }
div.DivClassName
{
background-color: #2BE7DB;
}
.BgClassName
{
background-color: #2BE7DB;
}
</style>
border-color css
<style>
span { border-color: #2BE7DB; }
span { border-color: rgb(43,231,219); }
td.TdClassName
{
border-color: #2BE7DB;
}
.TagClassName
{
border-color: #2BE7DB;
}
</style>