Shades of Turquoise #2BD8DB
Tints of Turquoise #2BD8DB
RGB
CMYK
RGB Variations
Color information
#2BD8DB (or 0x2BD8DB) is known color: Turquoise. HEX triplet: 2B, D8 and DB. RGB value is (43,216,219). Sum of RGB (Red+Green+Blue) = 43+216+219=478 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.00% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BD8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD8DB is #D42724. Grayscale: #A4A4A4. Windows color (decimal): -13903653 or 14407723. OLE color: 14407723.
HSL color Cylindrical-coordinate representation of color #2BD8DB: hue angle of 181.02º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD8DB is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 216 | 219 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.14 |
| HSL | 181.02º | 0.71% | 0.51% | - |
| HSV(B) | 181.02º | 0.8% | 0.86% | - |
| XYZ | 38.34 | 54.74 | 75.56 | - |
| YUV | 164.62 | 158.69 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 216 | 219 | 0.80 | 0.01 | 0 | 0.14 | 181.02 | 0.71 | 0.51 |
| Hex | 2B | D8 | DB | 50 | 1 | 0 | E | B5 | 47 | 33 |
| Octal | 53 | 330 | 333 | 120 | 1 | 0 | 16 | 265 | 107 | 63 |
| Binary | 101011 | 11011000 | 11011011 | 1010000 | 1 | 0 | 1110 | 10110101 | 1000111 | 110011 |
Color Harmonies of #2BD8DB
Complementary color
Monochromatic Colors of #2BD8DB
Black with #2BD8DB
Text Example
Text Example
White with #2BD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD8DB; }
p { color: rgb(43,216,219); }
H1.HeaderClassName
{
color: #2BD8DB;
}
.AnyTagClassName
{
color: #2BD8DB;
}
</style>
background-color css
<style>
a { background-color: #2BD8DB; }
a { background-color: rgb(43,216,219); }
div.DivClassName
{
background-color: #2BD8DB;
}
.BgClassName
{
background-color: #2BD8DB;
}
</style>
border-color css
<style>
span { border-color: #2BD8DB; }
span { border-color: rgb(43,216,219); }
td.TdClassName
{
border-color: #2BD8DB;
}
.TagClassName
{
border-color: #2BD8DB;
}
</style>