#3cd2c6

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

Shades of Medium Turquoise #3CD2C6

Tints of Medium Turquoise #3CD2C6

Color information

#3CD2C6 (or 0x3CD2C6) is unknown color: approx Medium Turquoise. HEX triplet: 3C, D2 and C6. RGB value is (60,210,198). Sum of RGB (Red+Green+Blue) = 60+210+198=468 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.82% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD2C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD2C6 is #C32D39. Grayscale: #A3A3A3. Windows color (decimal): -12791098 or 13029948. OLE color: 13029948.

HSL color Cylindrical-coordinate representation of color #3CD2C6: hue angle of 175.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CD2C6 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB60210198-
CMYK0.7100.060.18
HSL175.2º62.5%52.94%-
HSV(B)175.2º71.43%82.35%-
XYZ35.151.1361.45-
YUV163.78147.353.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.82%
GREEN value IS 210 (82.42% from 255) = 44.87%
BLUE value IS 198 (77.73% from 255) = 42.31%
R=12.82%
G=44.87%
B=42.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal602101980.7100.060.18175.262.552.94
Hex3CD2C6470612af3e35
Octal7432230610706222577665
Binary1111001101001011000110100011101101001010101111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cd2c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,210,198); }

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

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

 a { background-color: rgb(60,210,198); }

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

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

 span { border-color: rgb(60,210,198); }

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