#2CE3C2

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

Shades of Turquoise #2CE3C2

Tints of Turquoise #2CE3C2

Color information

#2CE3C2 (or 0x2CE3C2) is unknown color: approx Turquoise. HEX triplet: 2C, E3 and C2. RGB value is (44,227,194). Sum of RGB (Red+Green+Blue) = 44+227+194=465 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.46% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 227 - color contains mainly: green. Hex color #2CE3C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE3C2 is #D31C3D. Grayscale: #A8A8A8. Windows color (decimal): -13835326 or 12772140. OLE color: 12772140.

HSL color Cylindrical-coordinate representation of color #2CE3C2: hue angle of 169.18º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE3C2 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB44227194-
CMYK0.8100.150.11
HSL169.18º76.57%53.14%-
HSV(B)169.18º80.62%89.02%-
XYZ38.2559.3760.48-
YUV168.52142.3739.18-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.46%
GREEN value IS 227 (89.06% from 255) = 48.82%
BLUE value IS 194 (76.17% from 255) = 41.72%
R=9.46%
G=48.82%
B=41.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal442271940.8100.150.11169.1876.5753.14
Hex2CE3C2510FBa94d35
Octal543433021210171325111565
Binary10110011100011110000101010001011111011101010011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,227,194); }

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

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

 a { background-color: rgb(44,227,194); }

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

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

 span { border-color: rgb(44,227,194); }

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