#2CDCC1

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

Shades of Turquoise #2CDCC1

Tints of Turquoise #2CDCC1

Color information

#2CDCC1 (or 0x2CDCC1) is unknown color: approx Turquoise. HEX triplet: 2C, DC and C1. RGB value is (44,220,193). Sum of RGB (Red+Green+Blue) = 44+220+193=457 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.63% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDCC1 is #D3233E. Grayscale: #A4A4A4. Windows color (decimal): -13837119 or 12704812. OLE color: 12704812.

HSL color Cylindrical-coordinate representation of color #2CDCC1: hue angle of 170.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDCC1 is Cyan = 0.8, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB44220193-
CMYK0.800.120.14
HSL170.8º71.54%51.76%-
HSV(B)170.8º80%86.27%-
XYZ36.2655.5759.27-
YUV164.3144.1942.2-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.63%
GREEN value IS 220 (86.33% from 255) = 48.14%
BLUE value IS 193 (75.78% from 255) = 42.23%
R=9.63%
G=48.14%
B=42.23%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal442201930.800.120.14170.871.5451.76
Hex2CDCC1500CEab4834
Octal543343011200141625311064
Binary10110011011100110000011010000011001110101010111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,220,193); }

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

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

 a { background-color: rgb(44,220,193); }

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

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

 span { border-color: rgb(44,220,193); }

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