#2BCEBE

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

Shades of Medium Turquoise #2BCEBE

Tints of Medium Turquoise #2BCEBE

Color information

#2BCEBE (or 0x2BCEBE) is unknown color: approx 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

RGB43206190-
CMYK0.7900.080.19
HSL174.11º65.46%48.82%-
HSV(B)174.11º79.13%80.78%-
XYZ32.3648.3756.35-
YUV155.44147.547.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.79%
GREEN value IS 206 (80.86% from 255) = 46.92%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=9.79%
G=46.92%
B=43.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal432061900.7900.080.19174.1165.4648.82
Hex2BCEBE4F0813ae4131
Octal533162761170102325610161
Binary101011110011101011111010011110100010011101011101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>