#2bcbd5

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

Shades of Medium Turquoise #2BCBD5

Tints of Medium Turquoise #2BCBD5

Color information

#2BCBD5 (or 0x2BCBD5) is unknown color: approx Medium Turquoise. HEX triplet: 2B, CB and D5. RGB value is (43,203,213). Sum of RGB (Red+Green+Blue) = 43+203+213=459 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.37% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #2BCBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCBD5 is #D4342A. Grayscale: #9C9C9C. Windows color (decimal): -13906987 or 14011179. OLE color: 14011179.

HSL color Cylindrical-coordinate representation of color #2BCBD5: hue angle of 183.53º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BCBD5 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB43203213-
CMYK0.800.0500.16
HSL183.53º66.93%50.2%-
HSV(B)183.53º79.81%83.53%-
XYZ34.3648.0370.41-
YUV156.3159.9947.19-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.37%
GREEN value IS 203 (79.69% from 255) = 44.23%
BLUE value IS 213 (83.59% from 255) = 46.41%
R=9.37%
G=44.23%
B=46.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal432032130.800.0500.16183.5366.9350.2
Hex2BCBD5505010b84332
Octal53313325120502027010362
Binary10101111001011110101011010000101010000101110001000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bcbd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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