Shades of Medium Turquoise #2BCEC1
Tints of Medium Turquoise #2BCEC1
RGB
CMYK
RGB Variations
Color information
#2BCEC1 (or 0x2BCEC1) is known color: Medium Turquoise. HEX triplet: 2B, CE and C1. RGB value is (43,206,193). Sum of RGB (Red+Green+Blue) = 43+206+193=442 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.73% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCEC1 is #D4313E. Grayscale: #9B9B9B. Windows color (decimal): -13906239 or 12701227. OLE color: 12701227.
HSL color Cylindrical-coordinate representation of color #2BCEC1: hue angle of 175.21º 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 #2BCEC1 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 206 | 193 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.19 |
| HSL | 175.21º | 0.65% | 0.49% | - |
| HSV(B) | 175.21º | 0.79% | 0.81% | - |
| XYZ | 32.69 | 48.51 | 58.09 | - |
| YUV | 155.78 | 149 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 193 | 0.79 | 0 | 0.06 | 0.19 | 175.21 | 0.65 | 0.49 |
| Hex | 2B | CE | C1 | 4F | 0 | 6 | 13 | AF | 41 | 31 |
| Octal | 53 | 316 | 301 | 117 | 0 | 6 | 23 | 257 | 101 | 61 |
| Binary | 101011 | 11001110 | 11000001 | 1001111 | 0 | 110 | 10011 | 10101111 | 1000001 | 110001 |
Color Harmonies of #2BCEC1
Complementary color
Monochromatic Colors of #2BCEC1
Black with #2BCEC1
Text Example
Text Example
White with #2BCEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCEC1; }
p { color: rgb(43,206,193); }
H1.HeaderClassName
{
color: #2BCEC1;
}
.AnyTagClassName
{
color: #2BCEC1;
}
</style>
background-color css
<style>
a { background-color: #2BCEC1; }
a { background-color: rgb(43,206,193); }
div.DivClassName
{
background-color: #2BCEC1;
}
.BgClassName
{
background-color: #2BCEC1;
}
</style>
border-color css
<style>
span { border-color: #2BCEC1; }
span { border-color: rgb(43,206,193); }
td.TdClassName
{
border-color: #2BCEC1;
}
.TagClassName
{
border-color: #2BCEC1;
}
</style>