#2BCEBB

Color #2BCEBB Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #2BCEBB

Tints of Medium Turquoise #2BCEBB

Color information

#2BCEBB (or 0x2BCEBB) is unknown color: approx Medium Turquoise. HEX triplet: 2B, CE and BB. RGB value is (43,206,187). Sum of RGB (Red+Green+Blue) = 43+206+187=436 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.86% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCEBB is #D43144. Grayscale: #9B9B9B. Windows color (decimal): -13906245 or 12308011. OLE color: 12308011.

HSL color Cylindrical-coordinate representation of color #2BCEBB: hue angle of 173.01º 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 #2BCEBB is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB43206187-
CMYK0.7900.090.19
HSL173.01º65.46%48.82%-
HSV(B)173.01º79.13%80.78%-
XYZ32.0448.2454.64-
YUV155.114648.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 9.86%
GREEN value IS 206 (80.86% from 255) = 47.25%
BLUE value IS 187 (73.44% from 255) = 42.89%
R=9.86%
G=47.25%
B=42.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal432061870.7900.090.19173.0165.4648.82
Hex2BCEBB4F0913ad4131
Octal533162731170112325510161
Binary101011110011101011101110011110100110011101011011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BCEBB; }

 p { color: rgb(43,206,187); }

 H1.HeaderClassName
 {
   color: #2BCEBB;
 }
 .AnyTagClassName
 {
   color: #2BCEBB;
 }
</style>
background-color css

<style>
 a { background-color: #2BCEBB; }

 a { background-color: rgb(43,206,187); }

 div.DivClassName
 {
   background-color: #2BCEBB;
 }
 .BgClassName
 {
   background-color: #2BCEBB;
 }
</style>
border-color css

<style>
 span { border-color: #2BCEBB; }

 span { border-color: rgb(43,206,187); }

 td.TdClassName
 {
   border-color: #2BCEBB;
 }
 .TagClassName
 {
   border-color: #2BCEBB;
 }
</style>