#2CDECC

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

Shades of Turquoise #2CDECC

Tints of Turquoise #2CDECC

Color information

#2CDECC (or 0x2CDECC) is unknown color: approx Turquoise. HEX triplet: 2C, DE and CC. RGB value is (44,222,204). Sum of RGB (Red+Green+Blue) = 44+222+204=470 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.36% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #2CDECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDECC is #D32133. Grayscale: #A6A6A6. Windows color (decimal): -13836596 or 13426220. OLE color: 13426220.

HSL color Cylindrical-coordinate representation of color #2CDECC: hue angle of 173.93º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDECC is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB44222204-
CMYK0.8000.080.13
HSL173.93º72.95%52.16%-
HSV(B)173.93º80.18%87.06%-
XYZ38.0657.1466.15-
YUV166.73149.0340.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.36%
GREEN value IS 222 (87.11% from 255) = 47.23%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=9.36%
G=47.23%
B=43.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal442222040.8000.080.13173.9372.9552.16
Hex2CDECC5008Dae4934
Octal543363141200101525611164
Binary10110011011110110011001010000010001101101011101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,222,204); }

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

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

 a { background-color: rgb(44,222,204); }

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

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

 span { border-color: rgb(44,222,204); }

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