#2BCEC0

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

Shades of Medium Turquoise #2BCEC0

Tints of Medium Turquoise #2BCEC0

Color information

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

RGB43206192-
CMYK0.7900.070.19
HSL174.85º65.46%48.82%-
HSV(B)174.85º79.13%80.78%-
XYZ32.5848.4657.51-
YUV155.67148.547.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.75%
GREEN value IS 206 (80.86% from 255) = 46.71%
BLUE value IS 192 (75.39% from 255) = 43.54%
R=9.75%
G=46.71%
B=43.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal432061920.7900.070.19174.8565.4648.82
Hex2BCEC04F0713af4131
Octal53316300117072325710161
Binary10101111001110110000001001111011110011101011111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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