Shades of Medium Turquoise #2BCCDB
Tints of Medium Turquoise #2BCCDB
RGB
CMYK
RGB Variations
Color information
#2BCCDB (or 0x2BCCDB) is known color: Medium Turquoise. HEX triplet: 2B, CC and DB. RGB value is (43,204,219). Sum of RGB (Red+Green+Blue) = 43+204+219=466 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.23% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BCCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCCDB is #D43324. Grayscale: #9D9D9D. Windows color (decimal): -13906725 or 14404651. OLE color: 14404651.
HSL color Cylindrical-coordinate representation of color #2BCCDB: hue angle of 185.11º 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 #2BCCDB is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 204 | 219 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.14 |
| HSL | 185.11º | 0.71% | 0.51% | - |
| HSV(B) | 185.11º | 0.8% | 0.86% | - |
| XYZ | 35.38 | 48.81 | 74.58 | - |
| YUV | 157.57 | 162.66 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 204 | 219 | 0.80 | 0.07 | 0 | 0.14 | 185.11 | 0.71 | 0.51 |
| Hex | 2B | CC | DB | 50 | 7 | 0 | E | B9 | 47 | 33 |
| Octal | 53 | 314 | 333 | 120 | 7 | 0 | 16 | 271 | 107 | 63 |
| Binary | 101011 | 11001100 | 11011011 | 1010000 | 111 | 0 | 1110 | 10111001 | 1000111 | 110011 |
Color Harmonies of #2BCCDB
Complementary color
Monochromatic Colors of #2BCCDB
Black with #2BCCDB
Text Example
Text Example
White with #2BCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCCDB; }
p { color: rgb(43,204,219); }
H1.HeaderClassName
{
color: #2BCCDB;
}
.AnyTagClassName
{
color: #2BCCDB;
}
</style>
background-color css
<style>
a { background-color: #2BCCDB; }
a { background-color: rgb(43,204,219); }
div.DivClassName
{
background-color: #2BCCDB;
}
.BgClassName
{
background-color: #2BCCDB;
}
</style>
border-color css
<style>
span { border-color: #2BCCDB; }
span { border-color: rgb(43,204,219); }
td.TdClassName
{
border-color: #2BCCDB;
}
.TagClassName
{
border-color: #2BCCDB;
}
</style>