Shades of Medium Turquoise #2BCEBC
Tints of Medium Turquoise #2BCEBC
RGB
CMYK
RGB Variations
Color information
#2BCEBC (or 0x2BCEBC) is known color: Medium Turquoise. HEX triplet: 2B, CE and BC. RGB value is (43,206,188). Sum of RGB (Red+Green+Blue) = 43+206+188=437 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.84% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCEBC is #D43143. Grayscale: #9B9B9B. Windows color (decimal): -13906244 or 12373547. OLE color: 12373547.
HSL color Cylindrical-coordinate representation of color #2BCEBC: hue angle of 173.37º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCEBC is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 206 | 188 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.19 |
| HSL | 173.37º | 0.65% | 0.49% | - |
| HSV(B) | 173.37º | 0.79% | 0.81% | - |
| XYZ | 32.14 | 48.29 | 55.2 | - |
| YUV | 155.21 | 146.5 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 188 | 0.79 | 0 | 0.09 | 0.19 | 173.37 | 0.65 | 0.49 |
| Hex | 2B | CE | BC | 4F | 0 | 9 | 13 | AD | 41 | 31 |
| Octal | 53 | 316 | 274 | 117 | 0 | 11 | 23 | 255 | 101 | 61 |
| Binary | 101011 | 11001110 | 10111100 | 1001111 | 0 | 1001 | 10011 | 10101101 | 1000001 | 110001 |
Color Harmonies of #2BCEBC
Complementary color
Monochromatic Colors of #2BCEBC
Black with #2BCEBC
Text Example
Text Example
White with #2BCEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCEBC; }
p { color: rgb(43,206,188); }
H1.HeaderClassName
{
color: #2BCEBC;
}
.AnyTagClassName
{
color: #2BCEBC;
}
</style>
background-color css
<style>
a { background-color: #2BCEBC; }
a { background-color: rgb(43,206,188); }
div.DivClassName
{
background-color: #2BCEBC;
}
.BgClassName
{
background-color: #2BCEBC;
}
</style>
border-color css
<style>
span { border-color: #2BCEBC; }
span { border-color: rgb(43,206,188); }
td.TdClassName
{
border-color: #2BCEBC;
}
.TagClassName
{
border-color: #2BCEBC;
}
</style>