Shades of Medium Turquoise #2BCEBE
Tints of Medium Turquoise #2BCEBE
RGB
CMYK
RGB Variations
Color information
#2BCEBE (or 0x2BCEBE) is known color: Medium Turquoise. HEX triplet: 2B, CE and BE. RGB value is (43,206,190). Sum of RGB (Red+Green+Blue) = 43+206+190=439 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.79% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCEBE is #D43141. Grayscale: #9B9B9B. Windows color (decimal): -13906242 or 12504619. OLE color: 12504619.
HSL color Cylindrical-coordinate representation of color #2BCEBE: hue angle of 174.11º 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 #2BCEBE is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 206 | 190 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.19 |
| HSL | 174.11º | 0.65% | 0.49% | - |
| HSV(B) | 174.11º | 0.79% | 0.81% | - |
| XYZ | 32.36 | 48.37 | 56.35 | - |
| YUV | 155.44 | 147.5 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 190 | 0.79 | 0 | 0.08 | 0.19 | 174.11 | 0.65 | 0.49 |
| Hex | 2B | CE | BE | 4F | 0 | 8 | 13 | AE | 41 | 31 |
| Octal | 53 | 316 | 276 | 117 | 0 | 10 | 23 | 256 | 101 | 61 |
| Binary | 101011 | 11001110 | 10111110 | 1001111 | 0 | 1000 | 10011 | 10101110 | 1000001 | 110001 |
Color Harmonies of #2BCEBE
Complementary color
Monochromatic Colors of #2BCEBE
Black with #2BCEBE
Text Example
Text Example
White with #2BCEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCEBE; }
p { color: rgb(43,206,190); }
H1.HeaderClassName
{
color: #2BCEBE;
}
.AnyTagClassName
{
color: #2BCEBE;
}
</style>
background-color css
<style>
a { background-color: #2BCEBE; }
a { background-color: rgb(43,206,190); }
div.DivClassName
{
background-color: #2BCEBE;
}
.BgClassName
{
background-color: #2BCEBE;
}
</style>
border-color css
<style>
span { border-color: #2BCEBE; }
span { border-color: rgb(43,206,190); }
td.TdClassName
{
border-color: #2BCEBE;
}
.TagClassName
{
border-color: #2BCEBE;
}
</style>