Shades of Medium Turquoise #2BCBD0
Tints of Medium Turquoise #2BCBD0
RGB
CMYK
RGB Variations
Color information
#2BCBD0 (or 0x2BCBD0) is known color: Medium Turquoise. HEX triplet: 2B, CB and D0. RGB value is (43,203,208). Sum of RGB (Red+Green+Blue) = 43+203+208=454 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.47% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #2BCBD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCBD0 is #D4342F. Grayscale: #9B9B9B. Windows color (decimal): -13906992 or 13683499. OLE color: 13683499.
HSL color Cylindrical-coordinate representation of color #2BCBD0: hue angle of 181.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCBD0 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 203 | 208 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.18 |
| HSL | 181.82º | 0.66% | 0.49% | - |
| HSV(B) | 181.82º | 0.79% | 0.82% | - |
| XYZ | 33.74 | 47.78 | 67.12 | - |
| YUV | 155.73 | 157.49 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 203 | 208 | 0.79 | 0.02 | 0 | 0.18 | 181.82 | 0.66 | 0.49 |
| Hex | 2B | CB | D0 | 4F | 2 | 0 | 12 | B6 | 42 | 31 |
| Octal | 53 | 313 | 320 | 117 | 2 | 0 | 22 | 266 | 102 | 61 |
| Binary | 101011 | 11001011 | 11010000 | 1001111 | 10 | 0 | 10010 | 10110110 | 1000010 | 110001 |
Color Harmonies of #2BCBD0
Complementary color
Monochromatic Colors of #2BCBD0
Black with #2BCBD0
Text Example
Text Example
White with #2BCBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCBD0; }
p { color: rgb(43,203,208); }
H1.HeaderClassName
{
color: #2BCBD0;
}
.AnyTagClassName
{
color: #2BCBD0;
}
</style>
background-color css
<style>
a { background-color: #2BCBD0; }
a { background-color: rgb(43,203,208); }
div.DivClassName
{
background-color: #2BCBD0;
}
.BgClassName
{
background-color: #2BCBD0;
}
</style>
border-color css
<style>
span { border-color: #2BCBD0; }
span { border-color: rgb(43,203,208); }
td.TdClassName
{
border-color: #2BCBD0;
}
.TagClassName
{
border-color: #2BCBD0;
}
</style>