Shades of Medium Turquoise #2BCEC4
Tints of Medium Turquoise #2BCEC4
RGB
CMYK
RGB Variations
Color information
#2BCEC4 (or 0x2BCEC4) is known color: Medium Turquoise. HEX triplet: 2B, CE and C4. RGB value is (43,206,196). Sum of RGB (Red+Green+Blue) = 43+206+196=445 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.66% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCEC4 is #D4313B. Grayscale: #9C9C9C. Windows color (decimal): -13906236 or 12897835. OLE color: 12897835.
HSL color Cylindrical-coordinate representation of color #2BCEC4: hue angle of 176.32º 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 #2BCEC4 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 206 | 196 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.19 |
| HSL | 176.32º | 0.65% | 0.49% | - |
| HSV(B) | 176.32º | 0.79% | 0.81% | - |
| XYZ | 33.03 | 48.64 | 59.87 | - |
| YUV | 156.12 | 150.5 | 47.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 196 | 0.79 | 0 | 0.05 | 0.19 | 176.32 | 0.65 | 0.49 |
| Hex | 2B | CE | C4 | 4F | 0 | 5 | 13 | B0 | 41 | 31 |
| Octal | 53 | 316 | 304 | 117 | 0 | 5 | 23 | 260 | 101 | 61 |
| Binary | 101011 | 11001110 | 11000100 | 1001111 | 0 | 101 | 10011 | 10110000 | 1000001 | 110001 |
Color Harmonies of #2BCEC4
Complementary color
Monochromatic Colors of #2BCEC4
Black with #2BCEC4
Text Example
Text Example
White with #2BCEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCEC4; }
p { color: rgb(43,206,196); }
H1.HeaderClassName
{
color: #2BCEC4;
}
.AnyTagClassName
{
color: #2BCEC4;
}
</style>
background-color css
<style>
a { background-color: #2BCEC4; }
a { background-color: rgb(43,206,196); }
div.DivClassName
{
background-color: #2BCEC4;
}
.BgClassName
{
background-color: #2BCEC4;
}
</style>
border-color css
<style>
span { border-color: #2BCEC4; }
span { border-color: rgb(43,206,196); }
td.TdClassName
{
border-color: #2BCEC4;
}
.TagClassName
{
border-color: #2BCEC4;
}
</style>