#2CD1C6

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

Shades of Turquoise #2CD1C6

Tints of Turquoise #2CD1C6

Color information

#2CD1C6 (or 0x2CD1C6) is unknown color: approx Turquoise. HEX triplet: 2C, D1 and C6. RGB value is (44,209,198). Sum of RGB (Red+Green+Blue) = 44+209+198=451 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.76% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 209 - color contains mainly: green. Hex color #2CD1C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD1C6 is #D32E39. Grayscale: #9E9E9E. Windows color (decimal): -13839930 or 13029676. OLE color: 13029676.

HSL color Cylindrical-coordinate representation of color #2CD1C6: hue angle of 176º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD1C6 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB44209198-
CMYK0.7900.050.18
HSL176º65.22%49.61%-
HSV(B)176º78.95%81.96%-
XYZ34.0350.2161.32-
YUV158.41150.3446.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.76%
GREEN value IS 209 (82.03% from 255) = 46.34%
BLUE value IS 198 (77.73% from 255) = 43.90%
R=9.76%
G=46.34%
B=43.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal442091980.7900.050.1817665.2249.61
Hex2CD1C64F0512b04132
Octal54321306117052226010162
Binary10110011010001110001101001111010110010101100001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,209,198); }

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

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

 a { background-color: rgb(44,209,198); }

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

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

 span { border-color: rgb(44,209,198); }

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