#3CCDB6

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

Shades of Medium Turquoise #3CCDB6

Tints of Medium Turquoise #3CCDB6

Color information

#3CCDB6 (or 0x3CCDB6) is unknown color: approx Medium Turquoise. HEX triplet: 3C, CD and B6. RGB value is (60,205,182). Sum of RGB (Red+Green+Blue) = 60+205+182=447 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.42% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCDB6 is #C33249. Grayscale: #9E9E9E. Windows color (decimal): -12792394 or 11980092. OLE color: 11980092.

HSL color Cylindrical-coordinate representation of color #3CCDB6: hue angle of 170.48º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCDB6 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB60205182-
CMYK0.7100.110.20
HSL170.48º59.18%51.96%-
HSV(B)170.48º70.73%80.39%-
XYZ32.144851.83-
YUV159.02140.9657.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.42%
GREEN value IS 205 (80.47% from 255) = 45.86%
BLUE value IS 182 (71.48% from 255) = 40.72%
R=13.42%
G=45.86%
B=40.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal602051820.7100.110.20170.4859.1851.96
Hex3CCDB6470B14aa3b34
Octal74315266107013242527364
Binary11110011001101101101101000111010111010010101010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CCDB6; }

 p { color: rgb(60,205,182); }

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

<style>
 a { background-color: #3CCDB6; }

 a { background-color: rgb(60,205,182); }

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

<style>
 span { border-color: #3CCDB6; }

 span { border-color: rgb(60,205,182); }

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