#2CE9B3

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

Shades of Turquoise #2CE9B3

Tints of Turquoise #2CE9B3

Color information

#2CE9B3 (or 0x2CE9B3) is unknown color: approx Turquoise. HEX triplet: 2C, E9 and B3. RGB value is (44,233,179). Sum of RGB (Red+Green+Blue) = 44+233+179=456 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.65% from 456); Green value is 233 (91.41% from 255 or 51.10% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE9B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CE9B3 is #D3164C. Grayscale: #AAAAAA. Windows color (decimal): -13833805 or 11790636. OLE color: 11790636.

HSL color Cylindrical-coordinate representation of color #2CE9B3: hue angle of 162.86º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE9B3 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB44233179-
CMYK0.8100.230.09
HSL162.86º81.12%54.31%-
HSV(B)162.86º81.12%91.37%-
XYZ38.3162.0752.61-
YUV170.33132.8837.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.65%
GREEN value IS 233 (91.41% from 255) = 51.10%
BLUE value IS 179 (70.31% from 255) = 39.25%
R=9.65%
G=51.10%
B=39.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal442331790.8100.230.09162.8681.1254.31
Hex2CE9B3510179a35136
Octal543512631210271124312166
Binary101100111010011011001110100010101111001101000111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,233,179); }

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

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

 a { background-color: rgb(44,233,179); }

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

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

 span { border-color: rgb(44,233,179); }

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