#2bc9cb

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

Shades of Medium Turquoise #2BC9CB

Tints of Medium Turquoise #2BC9CB

Color information

#2BC9CB (or 0x2BC9CB) is unknown color: approx Medium Turquoise. HEX triplet: 2B, C9 and CB. RGB value is (43,201,203). Sum of RGB (Red+Green+Blue) = 43+201+203=447 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.62% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #2BC9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC9CB is #D43634. Grayscale: #999999. Windows color (decimal): -13907509 or 13355307. OLE color: 13355307.

HSL color Cylindrical-coordinate representation of color #2BC9CB: hue angle of 180.75º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BC9CB is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB43201203-
CMYK0.790.0100.20
HSL180.75º65.04%48.24%-
HSV(B)180.75º78.82%79.61%-
XYZ32.6646.663.77-
YUV153.99155.6548.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.62%
GREEN value IS 201 (78.91% from 255) = 44.97%
BLUE value IS 203 (79.69% from 255) = 45.41%
R=9.62%
G=44.97%
B=45.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal432012030.790.0100.20180.7565.0448.24
Hex2BC9CB4F1014b54130
Octal53311313117102426510160
Binary101011110010011100101110011111010100101101011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bc9cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,201,203); }

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

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

 a { background-color: rgb(43,201,203); }

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

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

 span { border-color: rgb(43,201,203); }

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