#2CE9B4

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

Shades of Turquoise #2CE9B4

Tints of Turquoise #2CE9B4

Color information

#2CE9B4 (or 0x2CE9B4) is unknown color: approx Turquoise. HEX triplet: 2C, E9 and B4. RGB value is (44,233,180). Sum of RGB (Red+Green+Blue) = 44+233+180=457 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.63% from 457); Green value is 233 (91.41% from 255 or 50.98% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE9B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CE9B4 is #D3164B. Grayscale: #AAAAAA. Windows color (decimal): -13833804 or 11856172. OLE color: 11856172.

HSL color Cylindrical-coordinate representation of color #2CE9B4: hue angle of 163.17º 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 #2CE9B4 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB44233180-
CMYK0.8100.230.09
HSL163.17º81.12%54.31%-
HSV(B)163.17º81.12%91.37%-
XYZ38.4262.1153.14-
YUV170.45133.3837.81-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.63%
GREEN value IS 233 (91.41% from 255) = 50.98%
BLUE value IS 180 (70.70% from 255) = 39.39%
R=9.63%
G=50.98%
B=39.39%

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
Decimal442331800.8100.230.09163.1781.1254.31
Hex2CE9B4510179a35136
Octal543512641210271124312166
Binary101100111010011011010010100010101111001101000111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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