Shades of Turquoise #2BD5DB
Tints of Turquoise #2BD5DB
RGB
CMYK
RGB Variations
Color information
#2BD5DB (or 0x2BD5DB) is known color: Turquoise. HEX triplet: 2B, D5 and DB. RGB value is (43,213,219). Sum of RGB (Red+Green+Blue) = 43+213+219=475 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.05% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BD5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD5DB is #D42A24. Grayscale: #A2A2A2. Windows color (decimal): -13904421 or 14406955. OLE color: 14406955.
HSL color Cylindrical-coordinate representation of color #2BD5DB: hue angle of 182.05º 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 #2BD5DB is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 213 | 219 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.14 |
| HSL | 182.05º | 0.71% | 0.51% | - |
| HSV(B) | 182.05º | 0.8% | 0.86% | - |
| XYZ | 37.58 | 53.22 | 75.31 | - |
| YUV | 162.85 | 159.68 | 42.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 213 | 219 | 0.80 | 0.03 | 0 | 0.14 | 182.05 | 0.71 | 0.51 |
| Hex | 2B | D5 | DB | 50 | 3 | 0 | E | B6 | 47 | 33 |
| Octal | 53 | 325 | 333 | 120 | 3 | 0 | 16 | 266 | 107 | 63 |
| Binary | 101011 | 11010101 | 11011011 | 1010000 | 11 | 0 | 1110 | 10110110 | 1000111 | 110011 |
Color Harmonies of #2BD5DB
Complementary color
Monochromatic Colors of #2BD5DB
Black with #2BD5DB
Text Example
Text Example
White with #2BD5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD5DB; }
p { color: rgb(43,213,219); }
H1.HeaderClassName
{
color: #2BD5DB;
}
.AnyTagClassName
{
color: #2BD5DB;
}
</style>
background-color css
<style>
a { background-color: #2BD5DB; }
a { background-color: rgb(43,213,219); }
div.DivClassName
{
background-color: #2BD5DB;
}
.BgClassName
{
background-color: #2BD5DB;
}
</style>
border-color css
<style>
span { border-color: #2BD5DB; }
span { border-color: rgb(43,213,219); }
td.TdClassName
{
border-color: #2BD5DB;
}
.TagClassName
{
border-color: #2BD5DB;
}
</style>