Shades of Medium Turquoise #2BCEC0
Tints of Medium Turquoise #2BCEC0
RGB
CMYK
RGB Variations
Color information
#2BCEC0 (or 0x2BCEC0) is known color: Medium Turquoise. HEX triplet: 2B, CE and C0. RGB value is (43,206,192). Sum of RGB (Red+Green+Blue) = 43+206+192=441 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.75% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCEC0 is #D4313F. Grayscale: #9B9B9B. Windows color (decimal): -13906240 or 12635691. OLE color: 12635691.
HSL color Cylindrical-coordinate representation of color #2BCEC0: hue angle of 174.85º 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 #2BCEC0 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 206 | 192 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.19 |
| HSL | 174.85º | 0.65% | 0.49% | - |
| HSV(B) | 174.85º | 0.79% | 0.81% | - |
| XYZ | 32.58 | 48.46 | 57.51 | - |
| YUV | 155.67 | 148.5 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 192 | 0.79 | 0 | 0.07 | 0.19 | 174.85 | 0.65 | 0.49 |
| Hex | 2B | CE | C0 | 4F | 0 | 7 | 13 | AF | 41 | 31 |
| Octal | 53 | 316 | 300 | 117 | 0 | 7 | 23 | 257 | 101 | 61 |
| Binary | 101011 | 11001110 | 11000000 | 1001111 | 0 | 111 | 10011 | 10101111 | 1000001 | 110001 |
Color Harmonies of #2BCEC0
Complementary color
Monochromatic Colors of #2BCEC0
Black with #2BCEC0
Text Example
Text Example
White with #2BCEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCEC0; }
p { color: rgb(43,206,192); }
H1.HeaderClassName
{
color: #2BCEC0;
}
.AnyTagClassName
{
color: #2BCEC0;
}
</style>
background-color css
<style>
a { background-color: #2BCEC0; }
a { background-color: rgb(43,206,192); }
div.DivClassName
{
background-color: #2BCEC0;
}
.BgClassName
{
background-color: #2BCEC0;
}
</style>
border-color css
<style>
span { border-color: #2BCEC0; }
span { border-color: rgb(43,206,192); }
td.TdClassName
{
border-color: #2BCEC0;
}
.TagClassName
{
border-color: #2BCEC0;
}
</style>