#2CDED6

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

Shades of Turquoise #2CDED6

Tints of Turquoise #2CDED6

Color information

#2CDED6 (or 0x2CDED6) is unknown color: approx Turquoise. HEX triplet: 2C, DE and D6. RGB value is (44,222,214). Sum of RGB (Red+Green+Blue) = 44+222+214=480 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.17% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #2CDED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDED6 is #D32129. Grayscale: #A7A7A7. Windows color (decimal): -13836586 or 14081580. OLE color: 14081580.

HSL color Cylindrical-coordinate representation of color #2CDED6: hue angle of 177.3º 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 #2CDED6 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB44222214-
CMYK0.8000.040.13
HSL177.3º72.95%52.16%-
HSV(B)177.3º80.18%87.06%-
XYZ39.357.6372.67-
YUV167.87154.0339.65-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.17%
GREEN value IS 222 (87.11% from 255) = 46.25%
BLUE value IS 214 (83.98% from 255) = 44.58%
R=9.17%
G=46.25%
B=44.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal442222140.8000.040.13177.372.9552.16
Hex2CDED65004Db14934
Octal54336326120041526111164
Binary1011001101111011010110101000001001101101100011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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