#2CE3C0

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

Shades of Turquoise #2CE3C0

Tints of Turquoise #2CE3C0

Color information

#2CE3C0 (or 0x2CE3C0) is unknown color: approx Turquoise. HEX triplet: 2C, E3 and C0. RGB value is (44,227,192). Sum of RGB (Red+Green+Blue) = 44+227+192=463 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.50% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #2CE3C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE3C0 is #D31C3F. Grayscale: #A8A8A8. Windows color (decimal): -13835328 or 12641068. OLE color: 12641068.

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

Color convert

RGB44227192-
CMYK0.8100.150.11
HSL168.52º76.57%53.14%-
HSV(B)168.52º80.62%89.02%-
XYZ38.0259.2859.31-
YUV168.29141.3739.35-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.50%
GREEN value IS 227 (89.06% from 255) = 49.03%
BLUE value IS 192 (75.39% from 255) = 41.47%
R=9.50%
G=49.03%
B=41.47%

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
Decimal442271920.8100.150.11168.5276.5753.14
Hex2CE3C0510FBa94d35
Octal543433001210171325111565
Binary10110011100011110000001010001011111011101010011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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