Shades of Turquoise #2BCDDB
Tints of Turquoise #2BCDDB
RGB
CMYK
RGB Variations
Color information
#2BCDDB (or 0x2BCDDB) is known color: Turquoise. HEX triplet: 2B, CD and DB. RGB value is (43,205,219). Sum of RGB (Red+Green+Blue) = 43+205+219=467 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.21% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BCDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCDDB is #D43224. Grayscale: #9D9D9D. Windows color (decimal): -13906469 or 14404907. OLE color: 14404907.
HSL color Cylindrical-coordinate representation of color #2BCDDB: hue angle of 184.77º 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 #2BCDDB is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 205 | 219 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.14 |
| HSL | 184.77º | 0.71% | 0.51% | - |
| HSV(B) | 184.77º | 0.8% | 0.86% | - |
| XYZ | 35.61 | 49.29 | 74.65 | - |
| YUV | 158.16 | 162.33 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 219 | 0.80 | 0.06 | 0 | 0.14 | 184.77 | 0.71 | 0.51 |
| Hex | 2B | CD | DB | 50 | 6 | 0 | E | B9 | 47 | 33 |
| Octal | 53 | 315 | 333 | 120 | 6 | 0 | 16 | 271 | 107 | 63 |
| Binary | 101011 | 11001101 | 11011011 | 1010000 | 110 | 0 | 1110 | 10111001 | 1000111 | 110011 |
Color Harmonies of #2BCDDB
Complementary color
Monochromatic Colors of #2BCDDB
Black with #2BCDDB
Text Example
Text Example
White with #2BCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCDDB; }
p { color: rgb(43,205,219); }
H1.HeaderClassName
{
color: #2BCDDB;
}
.AnyTagClassName
{
color: #2BCDDB;
}
</style>
background-color css
<style>
a { background-color: #2BCDDB; }
a { background-color: rgb(43,205,219); }
div.DivClassName
{
background-color: #2BCDDB;
}
.BgClassName
{
background-color: #2BCDDB;
}
</style>
border-color css
<style>
span { border-color: #2BCDDB; }
span { border-color: rgb(43,205,219); }
td.TdClassName
{
border-color: #2BCDDB;
}
.TagClassName
{
border-color: #2BCDDB;
}
</style>