#2BCCCA

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

Shades of Medium Turquoise #2BCCCA

Tints of Medium Turquoise #2BCCCA

Color information

#2BCCCA (or 0x2BCCCA) is unknown color: approx Medium Turquoise. HEX triplet: 2B, CC and CA. RGB value is (43,204,202). Sum of RGB (Red+Green+Blue) = 43+204+202=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #2BCCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCCCA is #D43335. Grayscale: #9B9B9B. Windows color (decimal): -13906742 or 13290539. OLE color: 13290539.

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

Color convert

RGB43204202-
CMYK0.7900.010.2
HSL179.25º65.18%48.43%-
HSV(B)179.25º78.92%80%-
XYZ33.2547.9663.38-
YUV155.63154.1647.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.58%
GREEN value IS 204 (80.08% from 255) = 45.43%
BLUE value IS 202 (79.30% from 255) = 44.99%
R=9.58%
G=45.43%
B=44.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal432042020.7900.010.2179.2565.1848.43
Hex2BCCCA4F0114b34130
Octal53314312117012426310160
Binary101011110011001100101010011110110100101100111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,204,202); }

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

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

 a { background-color: rgb(43,204,202); }

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

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

 span { border-color: rgb(43,204,202); }

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