#3CD6B9

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

Shades of Medium Turquoise #3CD6B9

Tints of Medium Turquoise #3CD6B9

Color information

#3CD6B9 (or 0x3CD6B9) is unknown color: approx Medium Turquoise. HEX triplet: 3C, D6 and B9. RGB value is (60,214,185). Sum of RGB (Red+Green+Blue) = 60+214+185=459 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.07% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #3CD6B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD6B9 is #C32946. Grayscale: #A4A4A4. Windows color (decimal): -12790087 or 12179004. OLE color: 12179004.

HSL color Cylindrical-coordinate representation of color #3CD6B9: hue angle of 168.7º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD6B9 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB60214185-
CMYK0.7200.140.16
HSL168.7º65.25%53.73%-
HSV(B)168.7º71.96%83.92%-
XYZ34.6752.5654.22-
YUV164.65139.4853.36-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.07%
GREEN value IS 214 (83.98% from 255) = 46.62%
BLUE value IS 185 (72.66% from 255) = 40.31%
R=13.07%
G=46.62%
B=40.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal602141850.7200.140.16168.765.2553.73
Hex3CD6B9480E10a94136
Octal743262711100162025110166
Binary111100110101101011100110010000111010000101010011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,214,185); }

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

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

 a { background-color: rgb(60,214,185); }

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

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

 span { border-color: rgb(60,214,185); }

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