#2cccc3

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

Shades of Medium Turquoise #2CCCC3

Tints of Medium Turquoise #2CCCC3

Color information

#2CCCC3 (or 0x2CCCC3) is unknown color: approx Medium Turquoise. HEX triplet: 2C, CC and C3. RGB value is (44,204,195). Sum of RGB (Red+Green+Blue) = 44+204+195=443 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.93% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 195 (76.56% from 255 or 44.02% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCCC3 is #D3333C. Grayscale: #9B9B9B. Windows color (decimal): -13841213 or 12831788. OLE color: 12831788.

HSL color Cylindrical-coordinate representation of color #2CCCC3: hue angle of 176.62º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCCC3 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB44204195-
CMYK0.7800.040.2
HSL176.62º64.52%48.63%-
HSV(B)176.62º78.43%80%-
XYZ32.4847.6659.12-
YUV155.13150.4948.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.93%
GREEN value IS 204 (80.08% from 255) = 46.05%
BLUE value IS 195 (76.56% from 255) = 44.02%
R=9.93%
G=46.05%
B=44.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal442041950.7800.040.2176.6264.5248.63
Hex2CCCC34E0414b14131
Octal54314303116042426110161
Binary10110011001100110000111001110010010100101100011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cccc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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